cryptk / python-omnilogic-local

Python Omnilogic Library for local access
Apache License 2.0
3 stars 0 forks source link

ensure messages are re-sent if we do not receive an ACK #22

Closed cryptk closed 1 year ago

cryptk commented 1 year ago

Currently we will wait the entire time at duration to receive an ack from the controller, never retransmitting the original command. We should only wait for a certain threshold and retransmit the original message if an ack is not received.