Advait

Results 15 comments of Advait

Are you sure the server is not crashing when you try to make this connection? I usually have this issue when the server crashes because of some logic in the...

Can you attach some more information? such as the version of socket.io client you're using and how you're connecting? and maybe the cloudflare endpoint you're using.

Can you attach the code that handles the connection, disconnection and the part that attaches the event listeners. It might be that when you relaunch the app, new event listeners...

Is this issue still occurring if you close the app completely from the recents menu and then click on a notification? Also, the code in the post doesn't have the...

Have you found a way to mock Socket in tests?

I think you guys should try Firebase Cloud Messaging for all server to client messages. There are two approaches to this: 1. Firebase + socket.io : This is a bit...

Ideally, you should be able to create a JSON out of the form that data, that can be emitted at an event you want. `socket.emit('event', JSON);` ^ this should do...

Change the issuer and audience in [this file](https://github.com/google/android-emulator-container-scripts/blob/master/js/docker/envoy.yaml) issuer: https://securetoken.google.com/FIREBASE-PROJECT-ID audience: FIREBASE-PROJECT-ID

Did you find a solution to this?

Hey thank you so much for these improvements. I'll look into implementing these over the weekend and getting back to you with the results.