mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
remove comment
did the TODO
This commit is contained in:
parent
69a085e9a6
commit
72c00cbea7
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class JsonRPC {
|
|||
// should we also cancel and/or null the subscription?
|
||||
|
||||
if (_requestQueue.isNotEmpty) {
|
||||
// TODO iterate over the remaining requests and if they are not isComplete then complete the completer with an error
|
||||
Logging.instance.log(
|
||||
"JsonRPC doneHandler: queue not empty but connection closed, completing pending requests with errors",
|
||||
level: LogLevel.Error,
|
||||
|
|
Loading…
Reference in a new issue