Sends binary data to the client.
def send(connection_id: int, data: bytes) -> None: ...
This method sends the binary data specified by Data to the client specified by ConnectionId.