lunixbochs / uberserver

matchmaking/chat lobby server for the spring rts project
MIT License
8 stars 4 forks source link

disconnect at rename account #11

Closed cleanrock closed 12 years ago

cleanrock commented 12 years ago

While testing flobby I noticed that the client is not disconnected when accounts are renamed (Dispatcher.finishRemove is badly broken). See https://github.com/cleanrock/uberserver/commit/61c2afa4bb73f16fb44e41211960bb7558e38b21 for fix.

lunixbochs commented 12 years ago

This is fixed in 4ddfe4a6a8e148d77b1948736094a6a91f556ec0 Thanks.