From 9bbccf772bf0720e71d9ebeef4766ebf5162a75e Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Fri, 19 Sep 2025 01:05:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20xray=E5=86=85=E6=A0=B8=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=97=B6=E9=87=8D=E5=A4=8D=E5=8A=A0=E9=94=81?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/xray/app/dispatcher/linkmanager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/xray/app/dispatcher/linkmanager.go b/core/xray/app/dispatcher/linkmanager.go index 7f260e7..4e0239f 100644 --- a/core/xray/app/dispatcher/linkmanager.go +++ b/core/xray/app/dispatcher/linkmanager.go @@ -39,8 +39,6 @@ func (m *LinkManager) RemoveWriter(writer *ManagedWriter) { } func (m *LinkManager) CloseAll() { - m.mu.Lock() - defer m.mu.Unlock() for w, r := range m.links { common.Close(w) common.Interrupt(r)