-
I've found a possible double call to the
PacketWriter::write()
callback if it was called during XMPP client disconnection (once from the disconnection code and the second time fromPacketWtiter::write
method. I've fixed that, by moving the callback call fromPacketWriter::write
method toResponseManager.CancellableEntry::cancel
method which now checks if it was already canceled.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
3.1.2
|
Issue Votes (0)
Watchers (0)
Library crashes when lookup for meet component fails due to disconnection before the request for component features is sent.