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

Fix for large asynchronous writes. (too big for a single writev call) #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

aarond10
Copy link

Hi,

I've fixed my issue with large MsgPack-RPC responses. After figuring out how your code works, I now unconditionally check m_out->has_queued() in the main event loop. I do not 100% follow your m_pollable logic though so I am a little concerned I may have broken some critical logic. Could you give this commit a look over and apply it if it seems sane. If you want me to revise it, just let me know how.

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