Diogo Moura
Diogo Moura
Same here. @vijendranr I think most of the code from this repo is generated from https://github.com/facebook/facebook-business-sdk-codegen. It might be worth opening a PR there. If you don't have time, I'm...
This is still happening in version `4.15.3`. Link for a forked codesandbox using the latest version: https://codesandbox.io/s/antd-reproduction-template-forked-71dcj @afc163 Do you have any insight on why this is happening?
The critical bit is the implementation of `com.rabbitmq.client.Channel` used in the `DefaultConsumer`. The default `ChannelN` and `RecoveryAwareChannelN` from rabbitmq client do not reuse byte arrays, since they eventually call https://github.com/rabbitmq/rabbitmq-java-client/blob/ca510a078092a3c64b1219feac527bc738b63313/src/main/java/com/rabbitmq/client/impl/CommandAssembler.java#L145...
@pjfanning sorry for the slow response. This is what I was looking for. Thank you.