Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join new channels on reconnect #55

Closed
kcm1700 opened this issue Jul 5, 2016 · 0 comments
Closed

Join new channels on reconnect #55

kcm1700 opened this issue Jul 5, 2016 · 0 comments

Comments

@kcm1700
Copy link
Contributor

kcm1700 commented Jul 5, 2016

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.

  1. The library connects to the server and initializes some statuses.
  2. A user calls send_join() to join some channels.
  3. Something bad happens. Then reconnect() is called internally.
  4. The library automatically joins the channels that were joined in step 2.
@aatxe aatxe closed this as completed in e13f94e Sep 24, 2016
aatxe added a commit that referenced this issue Sep 24, 2016
Rejoin all channels on reconnect (fixes #55)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants