Page 1 of 1

unable to create rooms

Posted: 06 Jun 2012, 18:05
by unitologist
I'm having a problem with bluebox and creating room instances. Whenever I connect normally over a socket the rooms are created as normal. Rooms established in the zone file load fine with bluebox connections but for some reason it won't create ones or at least join them. Anyone know what might cause this?

Re: unable to create rooms

Posted: 06 Jun 2012, 22:09
by rjgtav
Hi. Are you creating and then joining those rooms from the client-side?
Are you running the latest server version alongside with the latest client API?
What code are you using for creating and then joining these rooms?
Maybe you're running the code too quickly and BlueBox can't handle the speed, as it is a connection via http and http calls are much slower than socket connections.

Re: unable to create rooms

Posted: 06 Jun 2012, 22:56
by unitologist
Looks like a restart fixed things. Thanks for the reply.