Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1224 from rabbitmq/rabbitmq-dotnet-client-1223-6.x #1226

Merged
merged 3 commits into from
Jun 17, 2022

Conversation

lukebakken
Copy link
Contributor

@lukebakken lukebakken commented Jun 14, 2022

Better integrate max message size

(cherry picked from commit ec8e552)

Fixes #1225

See #1213, #1217, #1220 and #1223

The TL;DR is that unusual network issues caused this client to incorrectly allocate over 1 GiB of memory due to reading an invalid frame. An old FIXME comment suggested that a maximum be set on this. I implemented this in 6.4.0 and forward-ported it here.

https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/6.x/CHANGELOG.md#changes-between-631-and-640

Better integrate max message size

(cherry picked from commit ec8e552)
@lukebakken lukebakken self-assigned this Jun 14, 2022
@lukebakken lukebakken added this to the 7.0.0 milestone Jun 14, 2022
@lukebakken lukebakken marked this pull request as draft June 14, 2022 19:57
@lukebakken lukebakken marked this pull request as ready for review June 15, 2022 13:08
@michaelklishin michaelklishin merged commit e5e960b into main Jun 17, 2022
@michaelklishin michaelklishin deleted the rabbitmq-dotnet-client-1225 branch June 17, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port #1223 to main
2 participants