python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Binary support

Open Toshinaki opened this issue 8 years ago • 3 comments

I'm trying to combine this websocket server with matplotlib's webagg so that I can make a web GUI for plots. It seems that webagg sends bytes instead of string. However, as far as I saw in the code, the handler tries to decode the bytes and only sends strings. How can I send bytes using this websocket server?

Toshinaki avatar Apr 20 '16 06:04 Toshinaki