1
This commit is contained in:
@@ -202,6 +202,10 @@ func buildAllMap(t *TcpClient, key string) {
|
||||
t.TimeoutMap[key] = true
|
||||
}
|
||||
|
||||
func BuildAllMap(t *TcpClient, key string) {
|
||||
buildAllMap(t, key)
|
||||
}
|
||||
|
||||
func (t *TcpClient) getPrintStatus(key string) int {
|
||||
t.RLock()
|
||||
defer t.RUnlock()
|
||||
|
||||
Reference in New Issue
Block a user