Todd Hansen

Results 2 comments of Todd Hansen

@ahughes6, I haven't looked at the C++ generator in a little while, but I solved a very similar issue in C# with pull request #6767 so maybe that can help...

I came across this exact scenario where I was using pooled byte arrays that were larger than the actual content and solved it this way. ``` /// /// A ByteBufferAllocator...