Important update:
- Bug fix: start/end char for Watchdog protocol
This commit is contained in:
@@ -24,7 +24,7 @@ CWatchdogCore::CWatchdogCore( const char * pName ) :
|
||||
CSelectableCore( pName, "WatchdogClient" )
|
||||
{
|
||||
// Create protocol
|
||||
Protocol = new CLiteProtocol( 50, '\x01', '\x02', '\x00' );
|
||||
Protocol = new CLiteProtocol( 50, '\x02', '\x03', '\x00' );
|
||||
Protocol->CreateCommand( ProcessName, "watchdog", "ping" );
|
||||
|
||||
// Start timer
|
||||
|
||||
Reference in New Issue
Block a user