aa
This commit is contained in:
@@ -280,6 +280,8 @@ func (t *TcpClient) clear(key string) {
|
||||
delete(t.MsgMap, key)
|
||||
close(t.CallBackMap[key])
|
||||
delete(t.CallBackMap, key)
|
||||
close(t.TimeoutMap[key])
|
||||
delete(t.TimeoutMap, key)
|
||||
}
|
||||
|
||||
func NewTcpClient() *TcpClient {
|
||||
|
||||
Reference in New Issue
Block a user