client_nb: Call auth callback even when resuming, to establish things like ping timers. Fixes #7091
This commit is contained in:
parent
a86bbcb7d0
commit
ca1dcabb28
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue