Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Multiple clicks on character to log in issue #290

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you click a couple of times on a character (e.g. when it takes a second to 
load) the server gets multiple login messages:

e.g.
Loaded Character `Wes`.
Account `lunap [6039]` tried to change characters while a character was already 
selected.

Original issue reported on code.google.com by skye7...@gmail.com on 24 Dec 2010 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by skye7...@gmail.com on 24 Dec 2010 at 1:07

GoogleCodeExporter commented 9 years ago
Is this actually an error, though? Since even though the server writes that log 
message, it just ignores the successive attempts. 

Original comment by Spodiii on 26 Dec 2010 at 10:09

GoogleCodeExporter commented 9 years ago
Not really, but I thought the client shouldn't be sending multiple login 
requests anyway?

Original comment by devon.ke...@gmail.com on 26 Dec 2010 at 11:15

GoogleCodeExporter commented 9 years ago
Well is this for login, or for character selection?

As long as no error is being created and things work as expected, it shouldn't 
matter.

Original comment by Spodiii on 26 Dec 2010 at 11:18