feat(tests): Add an integration test for SASL2

This commit is contained in:
2023-04-02 17:20:14 +02:00
parent 29f0419154
commit d977a74446
16 changed files with 318 additions and 14 deletions

View File

@@ -243,6 +243,8 @@ class TCPSocketWrapper extends BaseSocketWrapper {
if (await _hostPortConnect(host, port)) {
_setupStreams();
return true;
} else {
return false;
}
}