HOTP Assertion Failure

Sometimes when I send two messages close together using:
response_code1 = hologram.sendMessage(“message1”)
response_code2 = hologram.sendMessage(“message2”)

I get a ValueError: HOTP Assertion Failure: Sequence number must always be greater than last sequence number for cryptographically secure transport

and then the python program crashes and I have to reboot.
Is there a wait time I need to have in between messages?
Scott

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.