aiowebsocket icon indicating copy to clipboard operation
aiowebsocket copied to clipboard

想请问下,发送的数据能否是16进制字节

Open jaydenjd opened this issue 5 years ago • 0 comments

如, 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 要怎么实现??

jaydenjd avatar Feb 06 '20 10:02 jaydenjd