feat 稳定300人

This commit is contained in:
2025-12-17 09:54:24 +08:00
parent 4983638c19
commit 0274262591
16 changed files with 467 additions and 234 deletions

View File

@@ -44,4 +44,5 @@ type ISocketConn interface {
Ping() error // 需要隔一段时间调用一下建议20s
Write(data []byte) error
Close() error
IsClose() bool
}