potential connection edgecase fix

This commit is contained in:
fossephate 2024-10-29 00:52:17 -07:00
parent 31054bbe12
commit ea301668b7

View file

@ -124,6 +124,7 @@ class ElectrumClient {
final errorMsg = error.toString();
print(errorMsg);
unterminatedString = '';
socket = null;
},
onDone: () {
print("SOCKET CLOSED!!!!!");