We have a receiving interface that frequently drops its connection to Cloverleaf. Sometimes when this happens, we’ve sent a message but we haven’t received an ACK for the message. We have a reply timeout of 60 seconds. It appears that when we reconnect to the system, Cloverleaf is still waiting for the ACK and doesn’t automatically resend the message. Is there a way to get Cloverleaf to automatically resend the last message immediately when it connects if the message hasn’t been acknowledged?
(edit) I should clarify that the reason I titled this post “missing messages” is that the receiving system appears to have implemented a workaround on their own of sending an “AA” ACK on startup to avoid the 60 second wait for a message, and then they complain to us that they never received the message.