aiowebsocket
aiowebsocket copied to clipboard
想请问下,发送的数据能否是16进制字节
如, await converse.send(message),用 websocket-client 库的发送是,
x = [8, 1, 26, 7, 8, 184, 232, 190, 199, 220, 44] ws.send(x, websocket.ABNF.OPCODE_BINARY)
那么aiowebsocket 要怎么实现??