Facing Issue with multiple Sessions

I have a Feature where the admin creates matches for different users available on the app. I am using sockets to emit the sessions from the database to the matched users.
The first match session is working fine, but I will face issues when the second match session starts. The Joining Session loader never ends.
I am using Angular UI kit, and I tried to destroy the UI toolkit, but it didn’t work out for me.

Hey @Kabir1, are you ending the session before starting a new one? Can you share a code snippet to reproduce this issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.