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

Server should send error back to client when no more space available #36

Closed
jcarreira opened this issue Jun 6, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@jcarreira
Copy link
Owner

In src/BladeAllocServer.cpp

allocator->allocate(size)

can fail (exception thrown) when there is no more space available.

We should be able to send a message back to the client side with this error and propagate it all the way to whoever called the put().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants