mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
potential connection edgecase fix
This commit is contained in:
parent
31054bbe12
commit
ea301668b7
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class ElectrumClient {
|
|||
final errorMsg = error.toString();
|
||||
print(errorMsg);
|
||||
unterminatedString = '';
|
||||
socket = null;
|
||||
},
|
||||
onDone: () {
|
||||
print("SOCKET CLOSED!!!!!");
|
||||
|
|
Loading…
Reference in a new issue