-
Notifications
You must be signed in to change notification settings - Fork 55
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
Connection lost without any trigger #135
Comments
The error you are receieving ( |
thank you for your response let me check if is it working in my case or not. |
I am using two different simulators at the same time once the pusher is initialized and subscribe to a private channel it works perfectly but after one minute or more it stops listing without any trigger and sometimes I get an error and after some time it auto-reconnect what causes the problem and how I can resolve this
onError: Pong reply not received code: 4201 exception: <PusherSwift.PusherError: 0x600000d73db0>
first, it will work perfectly and after 30 or 40 seconds it stops listing for new events and does not give any state change event
but after some time I got a new console like
it automatically connects and disconnect again and again until I reset pusher
Here is my configuration code for the pusher
@pusher/pusher-websocket-react-native": "^1.3.0"
react native : "0.72.5"
x code Version 15.2
The text was updated successfully, but these errors were encountered: