PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
84 stars 31 forks source link

Fix Race Conditions in PacketHandler #30

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

If Actions like "New Game", "Skip Track",... are triggered by different users at the same time, the Server sometimes crashes due to exceptions.

PhilippvK commented 4 years ago

See #29

After some debugging I decided to add a synchronized section. I will have a look at the server logs for a few days to see if this improves the situation.