Fix missing send_ack after receiving message with unexpected sync bit

M1nd3r/thp5
M1nd3r 1 month ago
parent d066bb9cb4
commit 87ef7ac7f1

@ -172,6 +172,7 @@ class Channel(Context):
log.debug(
__name__, "Received message with an unexpected synchronization bit"
)
await self._sendAck(sync_bit)
raise ThpError("Received message with an unexpected synchronization bit")
# 3: Send ACK in response

Loading…
Cancel
Save