mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-30 06:52:05 -08:00
remove channel buffering
This commit is contained in:
parent
6265b70622
commit
af6a8ee6f0
2 changed files with 4 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ func NewClient(server *Server, conn net.Conn) *Client {
|
|||
phase: server.InitPhase(),
|
||||
server: server,
|
||||
socket: NewSocket(conn),
|
||||
replies: make(chan Reply, 16),
|
||||
replies: make(chan Reply),
|
||||
}
|
||||
|
||||
client.loginTimer = time.AfterFunc(LOGIN_TIMEOUT, client.connectionTimeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue