jmdejong / Asciifarm

Multiplayer ascii-graphics based RPG/farming game
GNU General Public License v3.0
65 stars 4 forks source link

Server thread safety #23

Open jmdejong opened 5 years ago

jmdejong commented 5 years ago

Though the number of threads on the server has been reduced to 2, it is still not thread safe. The risk is in sending messages. It is possible to send messages to a disconnected client. This should be made thread-safe.