Show/Hide Toolbars

Inventu FVTerm Web Terminal Emulation Help

When using Web Sockets, this option allows control over how the client manages a loss of the websocket within the network.

 

When "yes" an additional light-duty websocket is opened for each client.  This websocket waits on an exit event from the primary websocket should there be a network problem.  In many environments, a websocket may be closed by a network layer due to frequent keystrokes appearing to be a denial of service attack.  This is a historical problem due to web sockets running on an HTTP protocol.  There are other possible reasons...in any case, it happens and FVTerm can restore the web socket and the terminal emulation session in under 1 second when this option is active.

 

When "no" (default) then after 50 seconds of no response, the user will be asked if the websocket should be reconnected.

 

Example:

 

<add key="WSMonitorHealth" value="yes"/>