danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

Multi-frame message support #20

Open Hellq opened 1 year ago

Hellq commented 1 year ago

I've encountered an exception when receiving message through Websocket.recv method. It raises NotImplementedException due to FIN bit 0. Looking forward to complemention.

danni commented 1 year ago

Hi @Hellq uwebsockets is in as-needs development. If you develop this feature, please submit a pull request :)