We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92fe86 commit 2ad7a09Copy full SHA for 2ad7a09
src/angular-websocket.js
@@ -192,7 +192,7 @@
192
});
193
} else {
194
self.notifyCloseCallbacks(event);
195
- self.safeDigest(autoApply);
+ self.safeDigest(true);
196
}
197
if ((this.reconnectIfNotNormalClose && event.code !== this._normalCloseCode) || this._reconnectableStatusCodes.indexOf(event.code) > -1) {
198
this.reconnect();
@@ -207,7 +207,7 @@
207
208
209
self.notifyErrorCallbacks(event);
210
211
212
};
213
0 commit comments