Fix concurrent write

This commit is contained in:
世界
2022-09-13 10:16:10 +08:00
parent a5163e3e3c
commit 925fbca363
20 changed files with 128 additions and 58 deletions

View File

@@ -256,7 +256,7 @@ func testVMessOutboundWithV2Ray(t *testing.T, security string, uuid uuid.UUID, g
},
},
})
testSuitSimple(t, clientPort, testPort)
testSuit(t, clientPort, testPort)
}
func testVMessSelf(t *testing.T, security string, uuid uuid.UUID, alterId int, globalPadding bool, authenticatedLength bool, packetAddr bool) {