You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: ProducerControllerImpl now respects bounds when chunking large messages (#6755)
* close#6754 - fix chunking bounds check
Error was caused by requesting a chunkSize greater than the remaining bytes. Also - changed methods so we no longer copy memory during chunking.
* avoid more copying
* Update ProducerControllerSpec.cs
0 commit comments