Use a Service Worker to keep connection alive while dialog is open or browser is in background #2410
rodja
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Got #5784 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we discussed in #2286, for truly non-blocking execution in JavaScript we should sepearate the connection to the server from the main execution thread. A simple example to reproduce the problem is
The time does not get updated anymore as long as the print dialog is opened. That leads to a connection loss when
reconnect_timeoutis reached.Beta Was this translation helpful? Give feedback.
All reactions