mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
async new connections
This commit is contained in:
parent
8d0adf253d
commit
a8141a0e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ func (s *Server) listen(config ListenerConfig) {
|
||||||
if DEBUG_SERVER {
|
if DEBUG_SERVER {
|
||||||
log.Print("Server.Accept: ", conn.RemoteAddr())
|
log.Print("Server.Accept: ", conn.RemoteAddr())
|
||||||
}
|
}
|
||||||
NewClient(s, conn)
|
go NewClient(s, conn)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue