Hi all, I would like to know if there's a signal or callback if the connection lost/reconnected? I'm trying to use `on_ready()` for as a reconnected callback, but it seems to be called only once at the beginning, and will never be called.
Hi all,
I would like to know if there's a signal or callback if the connection lost/reconnected?
I'm trying to use
on_ready()for as a reconnected callback, but it seems to be called only once at the beginning, and will never be called.