-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
Using 5.0 WebAssembly with WebSockets, multi part sends are not handled correctly.
Only the final send with endOfMessage == true is actually sent because the writtenBuffer variable is never used.
Line 366 in 1923bba
| MemoryStream writtenBuffer = _writeBuffer; |
It would be nice to get this fixed for 5.0. I would have tried fixing it, but building WASM isn't super easy it seems.