pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

uasyncio.websocket.server: Allow the sending of binary WebSocket frames #43

Open yannpom opened 4 years ago

yannpom commented 4 years ago

Hello, I needed to send WebSocket binary frames and I had to change the hardcoded packet header to do so. I'm not sure if you are interested in this commit. If so, fell free to merge.