Using UUID In Dynamic Namespace In Socket IO
Am developing a multi-tenant chat app and want each tenant to connect to their own namespace in socket io. Am using the id of the tenant which is UUID (ex: 5d056752-6643-4300-926f-5bcd5ed65722
) as the namespace but am not able to connect to the server.
Can’t change rooms using Socket.io
I’m attempting to integrate a way to change rooms using a function I already have that edits my html.