You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only configured channels are joined on reconnect.
One can join new channel by calling send_join(), but the channels are not kept when some error occurs.
The desired scenario looks like the following.
The library connects to the server and initializes some statuses.
A user calls send_join() to join some channels.
Something bad happens. Then reconnect() is called internally.
The library automatically joins the channels that were joined in step 2.
The text was updated successfully, but these errors were encountered:
This is a feature request.
Currently, only configured channels are joined on reconnect.
One can join new channel by calling send_join(), but the channels are not kept when some error occurs.
The desired scenario looks like the following.
The text was updated successfully, but these errors were encountered: