clonejo / mc-erl

mc-erl is a server for Minecraft 1.4.7 written in Erlang.
GNU General Public License v3.0
44 stars 6 forks source link

delete a player from player list if the player processes crashed #9

Closed clonejo closed 12 years ago

clonejo commented 12 years ago

this blocks successful login after a connection crash

clonejo commented 12 years ago

Connection crashes are handled correctly now. Since we have no supervisor for the player processes we can't remove their player record when those crash. (If we want to avoid a supervisor we can also use try/catch.)

Reopen if you think this is worth an issue.

clonejo commented 12 years ago

Future solution: Have a supervisor for those player processes.