What is the limit for the number of users that can be added to a session? #797
Answered
by
ryanbliss
RichieMcCaff
asked this question in
Q&A
-
I've been told the number is somewhere around 100 but I can't find any documentation on this. |
Beta Was this translation helpful? Give feedback.
Answered by
ryanbliss
Sep 24, 2024
Replies: 1 comment 4 replies
-
The limit is 100 due to a limit set by Azure Fluid Relay. It is documented in our FAQ. I will try and get confirmation on the specific error message. EDIT: The error thrown by Fluid can be found here. Message is |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ryanbliss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The limit is 100 due to a limit set by Azure Fluid Relay. It is documented in our FAQ. I will try and get confirmation on the specific error message.
EDIT: The error thrown by Fluid can be found here. Message is
Too Many Clients Connected to Document
, status code is 429. Will update answer again once I confirm how this gets exposed via the SDK.