Fix METADAPT-A not ever closing the connection properly

This commit is contained in:
2025-10-27 22:32:47 -04:00
parent 3daa66c4bc
commit 26b8174f92
2 changed files with 14 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ func TestConnA(test *testing.T) {
test.Error("CLIENT payload:", gotPayload)
test.Fatal("CLIENT ok byeeeeeeeeeeeee")
}
test.Log("CLIENT transaction has closed")
}
serverFunc := func(a Conn) {