We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9a69a commit 6b99bccCopy full SHA for 6b99bcc
assets_js_bitrequest_sockets.js
@@ -330,7 +330,7 @@ function reconnect_websocket(recon_data) {
330
// Reconnects if websocket got lost in background (Only apply for mobile devices)
331
function foreground_reconnect() {
332
if (!glob_const.supportsTouch) return
333
- if (helper.l1_status === true) return
+ if (!request.eth_l2s.length && helper.l1_status === true) return
334
const api_settings = q_obj(request, "coinsettings.apis.selected");
335
if (api_settings) {
336
force_close_socket();
0 commit comments