-
Notifications
You must be signed in to change notification settings - Fork 61
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
relayClient automatic reconnect stops after one attempt in v2.1.4. #177
Comments
The logs show it attempting to reconnect when the relay closes with error 1002. |
I wanted to be like in 2.0.15 where he tried to reconnect indefinitely till I have access to internet again. |
Hello @ciripel, is this still an issue? |
Was it fixed? I did not upgrade my wc flutter package and tested this. I can test it if u want |
Could you try latest 2.1.14 please and let me know? |
Ok I will let u know after testing |
I did not have time to test this since i am caught up with a lot of other issues atm. You can close this issues if u so desire and if in the future i am noticing this issue anymore i will reopen a similar issue. Thank you! |
Describe the bug
relayClient reconnect is not working in 2.1.4.
To Reproduce
Steps to reproduce the behavior:
Start the application and initialize the client normally.
Stop internet connection.
Error will he thrown twice but there is no reconnect of relay anymore.
It was working good in 2.0.15 (the version i had before)
Expected behavior
Relay should try to reconnect like it did in 2.0.15. Or if the reconnect should be handled differently now pls let me know how.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: