The number of room connections is negative #609
Unanswered
LionSummer
asked this question in
Q&A
Replies: 2 comments 4 replies
-
HI @LionSummer, most of the time I've seen this behavior was due to missing async onLeave(client) {
// ...
// here
await this.allowReconnection(client, /* */);
// ...
} Can you check how yours is implemented? Also, the MongoDB driver is not the recommendation anymore, if you can please use the Redis driver. |
Beta Was this translation helpful? Give feedback.
3 replies
-
of course,I tried. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Negative numbers appear in the clients field stored in the driver mongodb in the creation service
Beta Was this translation helpful? Give feedback.
All reactions