kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.95k stars 1.15k forks source link

2.0版本中,session无法清理 #554

Closed fengbozs closed 2 years ago

fengbozs commented 2 years ago

大渔,你好! 我在使用2.0beta版本时遇到调用session.CloseAsync()时,无法触发session的OnSessionClosedAsync事件,导致连接已不存在的时候,通过sessionContainer.GetSessions()函数任然能拿到过期的session。望解答,谢谢!