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

MessageRegistry should not buffer messages over a certain size or grow beyond a certain size #5582

Closed
rysweet opened this issue Feb 17, 2025 · 0 comments · Fixed by #5603
Closed
Assignees
Labels
dotnet issues related to AutoGen.Net

Comments

@rysweet
Copy link
Collaborator

rysweet commented Feb 17, 2025

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

@rysweet rysweet added the dotnet issues related to AutoGen.Net label Feb 17, 2025
@rysweet rysweet self-assigned this Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet issues related to AutoGen.Net
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant