You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gcrabtree ,
This plugin was great, but when I created 2 client in the same app, there was a problem with incoming message.
Situation:
I have 1 server which run 2 socket.io app: 1 for notification, 1 for messaging, both use the same event name 'message' to listen for message from client.
In my app, I have 2 client: 1 for notification, 1 for messaging, using you plugin.
The problem is, when there was 1 message sent from 1 of the servers, both client receive that message :(
That make me a headache a lot.
Can you please help me figure out what cause this and how to fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
I think your plugin does not support to create multiple client, which will share the memory between clients or something like that and cause this problem.
Unfortunately the socketio js client does not support background reconnects, which was a no go for our company.
I made a PR fixing the multiple sockets problem on Android: #46
@gcrabtree ,
This plugin was great, but when I created 2 client in the same app, there was a problem with incoming message.
Situation:
The problem is, when there was 1 message sent from 1 of the servers, both client receive that message :(
That make me a headache a lot.
Can you please help me figure out what cause this and how to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: