I'm behind a firewall that seems to close websocket connections after 60 seconds, resulting in the browser message "Websocket connection closed unexpectedly."
Is it possible to reconnect the Websocket when it closes unexpectedly, instead of displaying an error message?
I am looking at start_channels() in IPython/frontend/html/notebook/static/js/kernel.js
I'm behind a firewall that seems to close websocket connections after 60 seconds, resulting in the browser message "Websocket connection closed unexpectedly."
Is it possible to reconnect the Websocket when it closes unexpectedly, instead of displaying an error message?
I am looking at start_channels() in IPython/frontend/html/notebook/static/js/kernel.js