mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
update msg.
This commit is contained in:
parent
ad8bcb63aa
commit
dd09e547d9
@ -1177,7 +1177,7 @@ func (c *QQClient) netLoop() {
|
|||||||
c.handlers.Delete(pkt.SequenceId)
|
c.handlers.Delete(pkt.SequenceId)
|
||||||
f.(func(i interface{}, err error))(nil, nil)
|
f.(func(i interface{}, err error))(nil, nil)
|
||||||
} else {
|
} else {
|
||||||
c.Debug("\nUnhandled Command: %s\nSeq: %d\nData: %x\n", pkt.CommandName, pkt.SequenceId, payload)
|
c.Debug("\nUnhandled Command: %s\nSeq: %d\nThis message can be ignored.", pkt.CommandName, pkt.SequenceId)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user