网络层

This commit is contained in:
2025-06-28 17:38:22 +08:00
parent 54dc7ba173
commit 605197345b
20 changed files with 482 additions and 376 deletions

View File

@@ -25,7 +25,7 @@ func (p *Program) initWsServer(cfg *config.Config) error {
//)
p.wsServer = websocket.NewWSServer(
&ws_gateway.GatewayWsServer{},
log.GetLogger(),
log.GetLogger().Named("ws_server"),
5*time.Second,
)