tkrajcar / carbonmu

CarbonMU was experiments towards a general-purpose, extendable MUD/MUSH server written in Ruby.
MIT License
13 stars 5 forks source link

Connecting too quickly causes a server crash? #20

Closed tkrajcar closed 8 years ago

tkrajcar commented 9 years ago

Start the server, then quickly alt tab and telnet in. Connection loads ok, but running any commands seems to crash the Server actor.

tkrajcar commented 8 years ago

This seems to have been fixed now that we use dcell to talk between actors.