Skip to content
Snippets Groups Projects
Commit ca1dcabb authored by MattJ's avatar MattJ
Browse files

client_nb: Call auth callback even when resuming, to establish things like ping timers. Fixes #7091

parent a86bbcb7
No related branches found
No related tags found
No related merge requests found
......@@ -530,6 +530,7 @@ class NonBlockingClient:
sm.set_owner(self)
self.Dispatcher.sm = sm
nb_bind.PlugIn(self)
self.on_auth(self, 'sasl')
return
nb_bind.PlugIn(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment