1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-14 03:05:51 +08:00
parent 7cdf7a0890
commit 06b77d598e
15 changed files with 102 additions and 59 deletions

View File

@@ -13,9 +13,9 @@ type Handler interface {
}
type Server struct {
gnet.BuiltinEventEngine
eng gnet.Engine
addr string
connected int64
eng gnet.Engine
addr string
network string
multicore bool
bufferSize int