syncing ba,bastd from master

This commit is contained in:
Ayush Saini 2022-07-02 01:43:52 +05:30
parent d9634f722e
commit e44fe44e5b
108 changed files with 793 additions and 683 deletions

View file

@ -115,7 +115,7 @@ class RPCEndpoint:
label: str,
debug_print: bool = False,
debug_print_io: bool = False,
debug_print_call: Callable[[str], None] = None,
debug_print_call: Callable[[str], None] | None = None,
keepalive_interval: float = DEFAULT_KEEPALIVE_INTERVAL,
keepalive_timeout: float = DEFAULT_KEEPALIVE_TIMEOUT) -> None:
self._handle_raw_message_call = handle_raw_message_call