Don't continue to log if socket is returning unknown status
This commit is contained in:
parent
ca5132f712
commit
009c58749b
1 changed files with 2 additions and 5 deletions
|
@ -206,11 +206,8 @@
|
||||||
this.onEmpty();
|
this.onEmpty();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
window.log.error(
|
// We also replicate empty here
|
||||||
'Whisper.InboxView::startConnectionListener:',
|
this.onEmpty();
|
||||||
'Unknown web socket status:',
|
|
||||||
status
|
|
||||||
);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
Loading…
Add table
Reference in a new issue