Library crashes when lookup for meet component fails due to disconnection before the request for component features is sent.
Andrzej Wójcik (Tigase) commented 3 years ago
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 from PacketWtiter::write method. I've fixed that, by moving the callback call from PacketWriter::write method to ResponseManager.CancellableEntry::cancel method which now checks if it was already canceled.
Library crashes when lookup for meet component fails due to disconnection before the request for component features is sent.