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

This commit is contained in:
昔念
2026-02-07 03:06:33 +08:00
parent 0c3f56d7bb
commit acbb30a9b1

View File

@@ -20,6 +20,8 @@ import (
func (s *Server) Boot(serverid, port uint16) error {
// go s.bootws()
s.serverid = serverid
s.port = port
err := gnet.Run(s, s.network+"://"+s.addr,
gnet.WithMulticore(true),