I'm working with the ICloverConnector and ICloverConnectorListener and I don't see a way react to timeout on the device.
For instance, I use the ICloverConnector#sale(request) to send a sale to the device and if I don't do anything the device will show a message "Transaction failed: Timed out", with a OK button.
Is there any event triggered when that happened? I'd like to be able to cancel the transaction if that happens so my remote app doesn't get stuck waiting for the Clover device.