feat(tests): Add an integration test for SASL2
This commit is contained in:
@@ -243,6 +243,8 @@ class TCPSocketWrapper extends BaseSocketWrapper {
|
||||
if (await _hostPortConnect(host, port)) {
|
||||
_setupStreams();
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user