Increase of memory usage and too many socket call in single function call #5150
Replies: 1 comment
-
Working Fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing live group chat using socket io in which when user login im creating a room with his/her username which is visible to all the other users that are logged in right now. When all the users join one room and start chatting everything works fine but when I try to change the room from a specific window, the change occurs in all other windows of chrome at the same time as well and also it takes time to load the data.
Expected Behaviour
Current Behaviour
It Maybe I'M Storing All Data In Single Variable
Specs
Attachment
main .webm
Beta Was this translation helpful? Give feedback.
All reactions