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
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Hi,
I'm running the example worker locally by doing pnpm build && pnpm dev.
I've set the limit parameter to 2 in lobby.ts
I expect only two users should be able to get into a chat room and the third user should be assigned a new chatroom.
However, the third user also joins the same chatroom as the first two users.
Is my understanding of how it should work correct? if so, what might be the problem?
Hi,
I'm running the example worker locally by doing pnpm build && pnpm dev.
I've set the limit parameter to 2 in lobby.ts
I expect only two users should be able to get into a chat room and the third user should be assigned a new chatroom.
However, the third user also joins the same chatroom as the first two users.
Is my understanding of how it should work correct? if so, what might be the problem?