hey, regarding the queued -> accepted change in notify server that you made: there's a problem now with how the messages are removed using the irn_batchReceive where the message may not yet be in the mailbox when notify tries to remove it
Solution as suggested is to subscribe to both. When accepted is received, handle the message. And when queued is received, remove the message from the relay mailbox.
Description
Fixes this issue raised by Ivan:
Solution as suggested is to subscribe to both. When
accepted
is received, handle the message. And whenqueued
is received, remove the message from the relay mailbox.How Has This Been Tested?
Existing tests
Due Diligence