This commit is contained in:
Josh Babb 2023-05-24 13:40:19 -05:00
parent 73ecbf15d5
commit 7bb74455cd

View file

@ -80,6 +80,7 @@ class JsonRPC {
if (socket != null) { if (socket != null) {
// TODO check if the socket is valid, alive, connected, etc // TODO check if the socket is valid, alive, connected, etc
} }
// Do we need to check the subscription, too?w
if (useSSL) { if (useSSL) {
socket ??= await SecureSocket.connect(host, port, socket ??= await SecureSocket.connect(host, port,