payden/libwebsock

Add streaming mechanism

Opened this issue · 0 comments

Need to provide API for sending fragmented messages. Useful when we don't know size of data to be sent. Need to think about how to implement this. Trickiest part will be holding some sort of send lock so as not to attempt to send other messages while we're sending a fragmented message.