Clients connected limittation issue
Posted: Fri Dec 30, 2016 9:59 pm
Hello Serguey
I was trying to add more than 500 users save a predefined list
RVCamSender1.AddAllowedSenders(GUIDArray, Length(UserList));
when tried login 2 users they didnt see each to other.
Then down till 400 and the first user on make login detect the second, but this second does not see the first (I means: is notice on RVCamReceiver1UserEnter/exit events), then down till 300 and the same, for last I tried with 250 and it started to work fine.
There some why to allow more than 250 GUID? Or some optimized idea how to manage it?
Happy new year & Thanks on advance
I was trying to add more than 500 users save a predefined list
RVCamSender1.AddAllowedSenders(GUIDArray, Length(UserList));
when tried login 2 users they didnt see each to other.
Then down till 400 and the first user on make login detect the second, but this second does not see the first (I means: is notice on RVCamReceiver1UserEnter/exit events), then down till 300 and the same, for last I tried with 250 and it started to work fine.
There some why to allow more than 250 GUID? Or some optimized idea how to manage it?
Happy new year & Thanks on advance