mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-07 12:43:32 +08:00
remove timeout message.
This commit is contained in:
parent
1166cb5764
commit
420fd0746a
@ -993,7 +993,7 @@ func (c *QQClient) sendAndWait(seq uint16, pkt []byte) (interface{}, error) {
|
||||
continue
|
||||
}
|
||||
c.handlers.Delete(seq)
|
||||
c.Error("packet timed out, seq: %v", seq)
|
||||
//c.Error("packet timed out, seq: %v", seq)
|
||||
//println("Packet Timed out")
|
||||
return nil, errors.New("timeout")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user