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
hello ALL,
can i use multiple socket connection ?
is it normal ?
frontend : Android Java
backend : Nodejs
issue : socket is disconnect after sometimes. i tried many ways to connect stable .
case : when user open app so they connect "globalRoom". [ for transfer call request data , call incme , call decline etc... ] and when user recives call so they connect in "videocallRoom"
here is two room means two socket connection with backed.
we have many users so milions of room connected with socket.
i have doubt in multiple rooom connection.
So question is : is it good to connect multiple socket with same device to backend or use any single room , connection for this ??
The text was updated successfully, but these errors were encountered:
hello ALL,
can i use multiple socket connection ?
is it normal ?
frontend : Android Java
backend : Nodejs
issue : socket is disconnect after sometimes. i tried many ways to connect stable .
case : when user open app so they connect "globalRoom". [ for transfer call request data , call incme , call decline etc... ] and when user recives call so they connect in "videocallRoom"
here is two room means two socket connection with backed.
we have many users so milions of room connected with socket.
i have doubt in multiple rooom connection.
So question is : is it good to connect multiple socket with same device to backend or use any single room , connection for this ??
The text was updated successfully, but these errors were encountered: