NetEase / pomelo

A fast,scalable,distributed game server framework for Node.js.
http://pomelo.netease.com
MIT License
11.87k stars 2.9k forks source link

v0.9 BackendSession.unbind BUG #428

Closed ljhsai closed 7 years ago

ljhsai commented 10 years ago

BackendSession.unbind 方法没有处理, 致使connectionService 中的相关数据没有清除, 同时events.UNBIND_SESSION 没有定义, 然后有个问题: 在多帐号同时登录的情况下(uid相同), 其一个session调用了unbind方法, connectionService的logined数据, 连接数与登录数是不是正确的?

py8765 commented 10 years ago

嗯,这里确实有问题。