You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Keepalive settings allow for the configuration of the Keepalive functionality whereby client/server checks if the peer is still responding ("Alive") by sending WebSockets Ping messages to the peer on a certain time interval. The peer will answer with a WebSockets Pong message. If the answer is not received within a certain amount timeout the client/server will drop the connection.
129
+
130
+
**Enable** If true enables the Keepalive functionality
131
+
**Ping Interval (ms)** is the interval of time in milliseconds that elapses between the receipt of the previous pong response and the sending of the next ping message
132
+
**Ping Timeout (ms)** is the interval of time in milliseconds that a client/server waits after sending a ping message until declaring the peer not Alive and dropping the connection
133
+
134
+
### WebSocket Server Manager Configuration
135
+
Before launch the "Server Manager Actor" can be configured with the Keepalive settings described above by means of the following property node
136
+
137
+

138
+
139
+
The Keepalive settings will be active for all the WebSocket Servers launched by the "WebSocket Server Manager Actor"
0 commit comments