mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
In the old code `sending` in the `send()` method shared the Data slice's underlying backing array with its caller. Clearing StreamFrame.Data didn't break the reference from the sent frame to the StreamFramer's data slice.