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(client): #69 batch command use async socket #71

Merged
1 commit merged into from
Sep 28, 2015
Merged

fix(client): #69 batch command use async socket #71

1 commit merged into from
Sep 28, 2015

Conversation

jagu-sayan
Copy link
Contributor

Add -c command using by loop_batch function
Add recv_timeout to try to get all data
in an amount of time instead of blocking indefinetly
Use non blocking socket in batch command
Use SO_REUSEADDR to avoid socket error when we run
the client multiple times

Add -c command using by loop_batch function
Add recv_timeout to try to get all data
in an amount of time instead of blocking indefinetly
Use non blocking socket in batch command
Use SO_REUSEADDR to avoid socket error when we run
the client multiple times
@ghost
Copy link

ghost commented Sep 28, 2015

This looks ok to me, good job. 🍟

ghost pushed a commit that referenced this pull request Sep 28, 2015
fix(client): #69 batch command use async socket
@ghost ghost merged commit 9ab8118 into dev Sep 28, 2015
@ghost
Copy link

ghost commented Sep 28, 2015

This closes #69

@ghost ghost deleted the fix-client branch September 28, 2015 19:31
This pull request was closed.
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.

None yet

2 participants