Forum Multiplayer Development server Console.Writeline bug?

Discussion and help relating to the PlayerIO Multiplayer API.

Development server Console.Writeline bug?

Postby whitershores » July 21st, 2011, 2:45 pm

Hi If i open 2 rooms of the same type on the Development server

IE, type "GameRoom", with RoomID "room1" and "room2", then that will result in 2 tabs being open named after their respective rooms visible on the console

Then if I call this command in both rooms:

Console.WriteLine("message from RoomID: " + RoomId);

- they will BOTH come out under the "room2"(the one opened later) tab of the PlayerIO Development server, as:

message from RoomID: room2
message from RoomID: room1


- so it does seem to be coming from a different(correct) room, as the roomID is different, but they all come out under the second Room's tab.. which seems like a bug?
whitershores
Paid Member
 
Posts: 88
Joined: June 21st, 2011, 4:19 pm

Return to Multiplayer



cron