mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-14 08:33:34 -07:00
async new connections
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ func (s *Server) listen(config ListenerConfig) {
|
||||
if DEBUG_SERVER {
|
||||
log.Print("Server.Accept: ", conn.RemoteAddr())
|
||||
}
|
||||
NewClient(s, conn)
|
||||
go NewClient(s, conn)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user