HamsterWheels / magenta-server-go

MIT License
0 stars 2 forks source link

Server: Prompting for a nickname blocks #12

Closed jeramyRR closed 9 years ago

jeramyRR commented 9 years ago

When a client enters the prompt for name state of the connection the go routine blocks other connections from entering the prompt for name state as well. Multiple connections shouldn't have to wait for one client to enter their name before being prompted themselves.

jeramyRR commented 9 years ago

Closed with commit: dddd914