fix(core): add default value to channel.waiting_for_ack_timeout

M1nd3r/thp6
M1nd3r 3 weeks ago
parent 5187869f3b
commit 707361fccb

@ -49,7 +49,7 @@ class Channel(Context):
super().__init__(iface, channel_cache.channel_id)
self.channel_cache = channel_cache
self.buffer: utils.BufferType
self.waiting_for_ack_timeout: loop.spawn | None
self.waiting_for_ack_timeout: loop.spawn | None = None
self.is_cont_packet_expected: bool = False
self.expected_payload_length: int = 0
self.bytes_read = 0

Loading…
Cancel
Save