WatchDog Monitor Server

From sgcWebSockets 4.4.4 a new property Monitor has been added to WatchDog feature, WatchDog.Monitor allows to verify if new clients can connect to server, this is done by an internal client that tries to open a WebSocket connection to server, if fails, it restart the server. 

To monitor if clients can connect to server with a Time Out of 10 seconds, set the following properties:


WatchDog.Enabled = true;

WatchDog.Interval = 60;

WatchDog.Attempts = 0;

WatchDog.Monitor.Enabled = true;

WatchDog.Monitor.TimeOut = 10; 
×
Stay Informed

When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.

sgcWebSockets 4.4.4
Telegram Client and Proxies

Related Posts