mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +02:00
2020-06-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in ripcd(8) that caused connections to ModbusTCP devices to fail to be properly restored by the connection watchdog. Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
This commit is contained in:
parent
4840b75f56
commit
6536e466e6
@ -19884,3 +19884,6 @@
|
||||
* Fixed a bug in RDRenderer that caused segue transitions to
|
||||
be rendered without regard to the 'No Fade on Segue Out' checkbox
|
||||
in the 'Edit Audio' dialog.
|
||||
2020-06-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in ripcd(8) that caused connections to ModbusTCP
|
||||
devices to fail to be properly restored by the connection watchdog.
|
||||
|
@ -179,6 +179,7 @@ void Modbus::connectedData()
|
||||
"connection to Modbus device at %s:%u established",
|
||||
(const char *)modbus_ip_address.toString(),0xffff&modbus_ip_port);
|
||||
modbus_watchdog_active=false;
|
||||
modbus_busy=false;
|
||||
pollInputs();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user