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

"Bufferfull" exception #257

Open
bamboosdu opened this issue Mar 30, 2023 · 1 comment
Open

"Bufferfull" exception #257

bamboosdu opened this issue Mar 30, 2023 · 1 comment

Comments

@bamboosdu
Copy link

bamboosdu commented Mar 30, 2023

I am tring to send 5 images to server for inference.
And the exception occurs
image

@bombela
Copy link
Member

bombela commented Mar 30, 2023

You are reaching some msgpack limits.

https://github.com/msgpack/msgpack-python
https://github.com/0rpc/zerorpc-python/blob/master/zerorpc/events.py#L214

It appears the default limit is 100MiB.

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

No branches or pull requests

2 participants