Skip to content
New issue

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

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

Already on GitHub? # to your account

ReconnectionHappened.Subscribe not work #122

Open
97686773 opened this issue Oct 25, 2022 · 1 comment
Open

ReconnectionHappened.Subscribe not work #122

97686773 opened this issue Oct 25, 2022 · 1 comment

Comments

@97686773
Copy link

I use your demo to connect a wrong url.
connection is not successful then called DisconnectionHappened .that's right.
but when client try to reconnect ,the ReconnectionHappened.Subscribe not work
so I will get a lot of DisconnectionHappened message like this

Starting...
Disconnection happened, type: Error
Disconnection happened, type: Error
Disconnection happened, type: Error
Disconnection happened, type: Error
Disconnection happened, type: Error
@Marfusios
Copy link
Owner

Hey @97686773 ,

this is how it is supposed to work right now, ReconnectionHappened is called only when it successfully reconnects to the server.
Otherwise only DisconnectionHappened is called.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants