mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-08 04:55:56 +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
|
continue
|
||||||
}
|
}
|
||||||
c.handlers.Delete(seq)
|
c.handlers.Delete(seq)
|
||||||
c.Error("packet timed out, seq: %v", seq)
|
//c.Error("packet timed out, seq: %v", seq)
|
||||||
//println("Packet Timed out")
|
//println("Packet Timed out")
|
||||||
return nil, errors.New("timeout")
|
return nil, errors.New("timeout")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user