-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support of rooms #1
Comments
When I pass a room name, I'm getting, It seems that the connection request will not even pass |
You could pass room name as param
and read it
if you handle multiple Web socket connections on same page, will be difficult to manage their rooms |
Is there any way to connect with nestjs application with dynamic roomIds, my client side is running on react and backend is running on nestjs. but unable to connect to the room id. frontend code : Backend : import { @WebSocketGateway({ cors: true }) handleConnection(client: WebSocket, ...args: any[]): void {
} handleDisconnect(client: WebSocket): void { private extractFileId(url: string): string { one more thing when using
|
Is there any way to implement support of rooms
The text was updated successfully, but these errors were encountered: