aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.go b/process.go
index b07eb5e..60f4f1a 100644
--- a/process.go
+++ b/process.go
@@ -452,7 +452,7 @@ func (cc *ClientConn) process(pkt mt.Pkt) {
cc.SendChatMsg(result)
}
- close(done)
+ close(done)
}(done)
go func(done <-chan struct{}) {