Discussion list for Unity developers.
unity-dev at moock.org
Sat Jan 19 19:28:28 CST 2008
This was my fault...forgot about the per-room limit you can set when creating a room. My previous problem, while it hasn't happened again, i still haven't found thecause. Thanks, David R On Jan 19, 2008 4:10 PM, David Rorex <drorex at gmail.com> wrote: > Hi, > > I'm running into a problem where I can't seem to get more than 50 users > into a room. When the 51st user tries to join, he gets the LOGIN_FAILED code > in his onJoin() event handler. > > Here's an excerpt from the unity log: > > 2008-01-19 16:01:56,991 INFO - Client 52 connected to the server from > ip 67.202.42.150. > 2008-01-19 16:01:57,185 WARN - CUSTOM Room 5555_49246 was created with > type xyz > 2008-01-19 16:01:57,364 INFO - 52 is being removed: 4 > > This is repeated for each user that is rejected. Can you tell me what the > code '4' means? > > Thanks, > David R >