mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-29 13:16:28 +00:00
syncing changes from ballistica/master
This commit is contained in:
parent
2a07c0c840
commit
8913080562
227 changed files with 15756 additions and 12772 deletions
2
dist/ba_data/python/efro/rpc.py
vendored
2
dist/ba_data/python/efro/rpc.py
vendored
|
|
@ -180,6 +180,7 @@ class RPCEndpoint:
|
|||
reader: asyncio.StreamReader,
|
||||
writer: asyncio.StreamWriter,
|
||||
label: str,
|
||||
*,
|
||||
debug_print: bool = False,
|
||||
debug_print_io: bool = False,
|
||||
debug_print_call: Callable[[str], None] | None = None,
|
||||
|
|
@ -426,6 +427,7 @@ class RPCEndpoint:
|
|||
bytes_awaitable: asyncio.Task[bytes],
|
||||
message_id: int,
|
||||
) -> bytes:
|
||||
# pylint: disable=too-many-positional-arguments
|
||||
# We need to know their protocol, so if we haven't gotten a handshake
|
||||
# from them yet, just wait.
|
||||
while self._peer_info is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue