mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +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) {
|
||||
// TODO check if the socket is valid, alive, connected, etc
|
||||
}
|
||||
// Do we need to check the subscription, too?w
|
||||
|
||||
if (useSSL) {
|
||||
socket ??= await SecureSocket.connect(host, port,
|
||||
|
|
Loading…
Reference in a new issue