5.2.23
06/10/2023

[#213] init() method is called in notifyOnDisconnect() in clientbase.cpp
Summary init() method is called in notifyOnDisconnect() in clientbase.cpp
Queue gloox
Queue Version 1.0.3
Type Bug
State Unconfirmed
Priority 2. Medium
Owners
Requester perez.didac (at) gmail (dot) com
Created 08/28/2013 (3573 days ago)
Due
Updated
Assigned
Resolved

History
08/28/2013 07:27:41 AM perez (dot) didac (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ init() method is called in notifyOnDisconnect() in clientbase.cpp
Queue ⇒ gloox
Reply to this comment
Dear Jakob,

I do not understand why init() is called in the method void 
ClientBase::notifyOnDisconnect( ConnectionError e ). Maybe I am wrong 
but I am having errors when deleting the inherited class from 
ClientBase, since disconnection causes this call to the init() method.