Spinoco / fs2-http

Http Server and client using fs2
MIT License
135 stars 26 forks source link

WebSocket: buffered frames awaits new chunk #10

Closed fomkin closed 7 years ago

fomkin commented 7 years ago

When the chunk contains more than one frame, only first one is pulled to stream. Next frames awaits new chunk.