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

Make sync version work on large messages, improve sync version using deasync #104

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

Conversation

gena
Copy link

@gena gena commented Jun 10, 2015

Extend sync version using deasync, spawn is error prone - once message gets large (~150k) it crashes due to command-line limitations. With this fix the same code is used for both sync / async versions.

gena added 2 commits June 10, 2015 03:05
…shed, avoid spawn - very limited since it passes string to send using command-line
Copy link

@0xl3x1 0xl3x1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. The original system leaves zombie processes, so this should be far better. I hope the project owner merges it

@nemani
Copy link

nemani commented Aug 9, 2018

@driverdan Any update on this? Any blockers that need to be addressed ?

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

Successfully merging this pull request may close these issues.

3 participants