mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Don't continue to log if socket is returning unknown status
This commit is contained in:
@@ -206,11 +206,8 @@
|
||||
this.onEmpty();
|
||||
break;
|
||||
default:
|
||||
window.log.error(
|
||||
'Whisper.InboxView::startConnectionListener:',
|
||||
'Unknown web socket status:',
|
||||
status
|
||||
);
|
||||
// We also replicate empty here
|
||||
this.onEmpty();
|
||||
break;
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user