We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At some point, newer versions of the Chrome browser automatically close the WebSocket connections for inactive tabs.
We should detect this and automatically attempt to reconnect when this occurs.
The logs will show something like this:
[INFO] 2024-07-15T13:06:13,301 @ qz.ws.PrintSocketClient:71 Connection closed: 1006 - Session Closed
A workaround is to use a connect-and-print type wrapper.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At some point, newer versions of the Chrome browser automatically close the WebSocket connections for inactive tabs.
We should detect this and automatically attempt to reconnect when this occurs.
The logs will show something like this:
A workaround is to use a connect-and-print type wrapper.
The text was updated successfully, but these errors were encountered: