spugh
06-27-2008, 04:09 AM
I'm working on a "lobby" game where the users update their positions to each other. In updating their positions, lots of messages get sent and received in fairly short order. It appears that the message id (which increments for each message) is limited to 9,999. Once it gets to 10,000, the message is invalid and the server closes the connection down, etc. I've tested this in Flash.
Is there a solution to this or another way to do position updates?
Also, even if you're not doing position updates, if someone stays connected for a long amount of time playing a game, then the same problem could occur.
Is there a solution to this or another way to do position updates?
Also, even if you're not doing position updates, if someone stays connected for a long amount of time playing a game, then the same problem could occur.