cluster fix

This commit is contained in:
zhouyuyan
2018-01-17 09:39:07 +08:00
parent 1d6f6a4a71
commit 7db7edaa17
3 changed files with 9 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ type client struct {
broker *Broker
conn net.Conn
info info
route *route
route route
status int
closed chan int
smu sync.RWMutex