Fix missing send_ack after receiving message with unexpected sync bit

M1nd3r 2 months ago
parent aa615de463
commit 7f7e42a8ce

@ -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