mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 09:15:11 +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();
|
final errorMsg = error.toString();
|
||||||
print(errorMsg);
|
print(errorMsg);
|
||||||
unterminatedString = '';
|
unterminatedString = '';
|
||||||
|
socket = null;
|
||||||
},
|
},
|
||||||
onDone: () {
|
onDone: () {
|
||||||
print("SOCKET CLOSED!!!!!");
|
print("SOCKET CLOSED!!!!!");
|
||||||
|
|
Loading…
Reference in a new issue