mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-12 15:53:31 -07:00
don't use a goroutine when initializing clients
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ func (s *Server) listen(config ListenerConfig) {
|
||||
if DEBUG_SERVER {
|
||||
log.Print("Server.Accept: ", conn.RemoteAddr())
|
||||
}
|
||||
go NewClient(s, conn)
|
||||
NewClient(s, conn)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user