mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-15 23:39:56 -04:00
fix mux closing logic
This commit is contained in:
@@ -141,7 +141,6 @@ func (m *Client) monitor() {
|
||||
size := m.sessionManager.Size()
|
||||
if size == 0 && m.sessionManager.CloseIfNoSession() {
|
||||
common.Must(m.done.Close())
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user