mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
syncing ba,bastd from master
This commit is contained in:
parent
d9634f722e
commit
e44fe44e5b
108 changed files with 793 additions and 683 deletions
2
dist/ba_data/python/efro/rpc.py
vendored
2
dist/ba_data/python/efro/rpc.py
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue