mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
comment
This commit is contained in:
parent
73ecbf15d5
commit
7bb74455cd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue