We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
See the following FIXME:
FIXME
rabbitmq-dotnet-client/projects/RabbitMQ.Client/client/impl/Frame.cs
Line 280 in d82e383
The default for this value will be the default max message size for RabbitMQ, 128MiB:
https://github.com/rabbitmq/rabbitmq-server/blob/46c400afcae92bf74ce52d3ff3b53f9836297047/deps/rabbit/Makefile#L118-L119
...and it will be configurable.
Related to #1213
The text was updated successfully, but these errors were encountered:
Add ability to specify maximum message size
6da0f20
Fixes #1217
878d249
da56a2c
Skip flaky test
6f70aee
`AlreadyClosedException` is not consistently thrown. Related to #1572 #1356 #1217 #1218
lukebakken
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
See the following
FIXME
:rabbitmq-dotnet-client/projects/RabbitMQ.Client/client/impl/Frame.cs
Line 280 in d82e383
The default for this value will be the default max message size for RabbitMQ, 128MiB:
https://github.com/rabbitmq/rabbitmq-server/blob/46c400afcae92bf74ce52d3ff3b53f9836297047/deps/rabbit/Makefile#L118-L119
...and it will be configurable.
Related to #1213
The text was updated successfully, but these errors were encountered: