1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

fix mux closing logic

This commit is contained in:
Darien Raymond 2018-08-05 18:57:41 +02:00
parent 8ed119e3f6
commit c0fc277551
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -141,7 +141,6 @@ func (m *Client) monitor() {
size := m.sessionManager.Size()
if size == 0 && m.sessionManager.CloseIfNoSession() {
common.Must(m.done.Close())
return
}
}
}