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

batch file on the python client doesn't work correctly #69

Closed
jagu-sayan opened this issue Sep 24, 2015 · 0 comments
Closed

batch file on the python client doesn't work correctly #69

jagu-sayan opened this issue Sep 24, 2015 · 0 comments

Comments

@jagu-sayan
Copy link
Contributor

Hello :)

  • the connection is not close properly when I do a Ctrl+C
  • work randomly (1 of out 10 time)

Maybe we can implement a --command option like bash -c ?

@nil0x42 nil0x42 added this to the version 1.0 milestone Sep 25, 2015
jagu-sayan added a commit that referenced this issue Sep 25, 2015
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
jagu-sayan added a commit that referenced this issue Sep 27, 2015
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
jagu-sayan added a commit that referenced this issue Sep 28, 2015
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
jagu-sayan added a commit that referenced this issue Sep 28, 2015
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 pushed a commit that referenced this issue Sep 28, 2015
fix(client): #69 batch command use async socket
@ghost ghost closed this as completed Sep 28, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants