We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f5382 commit ea38115Copy full SHA for ea38115
bellows/ezsp/protocol.py
@@ -53,6 +53,7 @@ def __init__(self, cb_handler: Callable, gateway: Gateway) -> None:
53
54
# Cached by `set_extended_timeout` so subsequent calls are a little faster
55
self._address_table_size: int | None = None
56
+ self._cleanup_fragments_periodically()
57
58
def _ezsp_frame(self, name: str, *args: Any, **kwargs: Any) -> bytes:
59
"""Serialize the named frame and data."""
0 commit comments