Fix concurrent write

This commit is contained in:
世界
2022-09-13 10:41:10 +08:00
parent bb39d5955e
commit f11317fe0a
20 changed files with 130 additions and 60 deletions

View File

@@ -161,7 +161,7 @@ func testV2RayGRPCOutbound(t *testing.T, forceLite bool) {
},
},
})
testSuitSimple(t, clientPort, testPort)
testSuit(t, clientPort, testPort)
}
func TestV2RayGRPCLite(t *testing.T) {