Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

[bug] User Disconnected message is received for an unknown user id #72

Open gentimouton opened 11 years ago

gentimouton commented 11 years ago

It seems to be a proxy issue.

Scenario: take 2 players, A and B.

  1. A logs in
  2. B logs in
  3. B logs out
  4. A logs out
  5. A logs back in. In the config message, the number of clients connected is -1, but it should be 0 instead.
  6. B logs back in. B receives a number of clients connected in the config message of 0, but it should be 1 instead. A receives a UD message with unknown uid, and then the NU containing B's uid.