WebSocket.send_bytes is a coroutine as of aiohttp 3.0 changing transport.write...
WebSocket.send_bytes is a coroutine as of aiohttp 3.0 changing transport.write to await the coroutine if necessary.
Loading
Please register or sign in to comment
WebSocket.send_bytes is a coroutine as of aiohttp 3.0 changing transport.write to await the coroutine if necessary.