We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the buffering of messages in the Message registry is really useful, but it will not survive lots of very large messages.
need to put a cap on message size for the buffer and probably on total buffer size
send lots of very large messages
0.4.x
Core
No response
The text was updated successfully, but these errors were encountered:
message registry buffer size limit #5582 (#5603)
3a239c5
rysweet
Successfully merging a pull request may close this issue.
What happened?
the buffering of messages in the Message registry is really useful, but it will not survive lots of very large messages.
What did you expect to happen?
need to put a cap on message size for the buffer and probably on total buffer size
How can we reproduce it (as minimally and precisely as possible)?
send lots of very large messages
AutoGen version
0.4.x
Which package was this bug in
Core
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: