Kaynağa Gözat

fix mux closing logic

Darien Raymond 7 yıl önce
ebeveyn
işleme
c0fc277551
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      app/proxyman/mux/mux.go

+ 0 - 1
app/proxyman/mux/mux.go

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