On Fri, Jan 11, 2019 at 12:18 AM Martin Herold <[email protected]> wrote:
> is it pssible to check on client-side the state of connection? If it is > http or websocket? > You can usually see this in the network tab of your browser's dev tools. Depending on when dev tools is opened, you may not see anything for the WebSocket tunnel, but if the HTTP tunnel is active you will see constant HTTP requests. - Mike
