Merge branch 'sync-disable-error' into 'master'
[sync] Disable errors See merge request famedly/famedlysdk!37
This commit is contained in:
commit
0e85e4d92b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue