Fix concurrent write

This commit is contained in:
世界 2022-09-13 10:41:10 +08:00
parent 79b6bdfda1
commit b271e19a23
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
20 changed files with 130 additions and 60 deletions

View file

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