diff --git a/lib/src/Connection.dart b/lib/src/Connection.dart index f203faa..a6be6ba 100644 --- a/lib/src/Connection.dart +++ b/lib/src/Connection.dart @@ -273,7 +273,7 @@ class Connection { final syncResp = await _syncRequest; if (hash != _syncRequest.hashCode) return; if (syncResp is ErrorResponse) { - onError.add(syncResp); + //onError.add(syncResp); await Future.delayed(Duration(seconds: syncErrorTimeoutSec), () {}); } else { try {