mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
add todo
This commit is contained in:
parent
281a04654c
commit
2762490e6d
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ class JsonRPC {
|
|||
socket?.destroy();
|
||||
}
|
||||
|
||||
if (socket != null) {
|
||||
// TODO check if the socket is valid, alive, connected, etc
|
||||
}
|
||||
|
||||
if (useSSL) {
|
||||
socket ??= await SecureSocket.connect(host, port,
|
||||
timeout: connectionTimeout,
|
||||
|
|
Loading…
Reference in a new issue