Replies: 1 comment
-
Line int maxBodyPayloadBytes = (int)(connection.FrameMax == 0 ? int.MaxValue : connection.FrameMax - EmptyFrameSize); which does not access any actually mutable connection state ( It's not clear to me what the "destination" is, perhaps it is the compiler that performs some copying under the hood and re-arranges the resulting code in a way that is not obvious. Please upgrade to 6.6 or at least 6.4-6.5. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we are using RabbitMQ client 6.2.2. Getting following error intermittently while publishing the message:
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions