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 timeout optional #191

Open
banchanKiro opened this issue Apr 7, 2021 · 2 comments
Open

make timeout optional #191

banchanKiro opened this issue Apr 7, 2021 · 2 comments

Comments

@banchanKiro
Copy link

Hi,
I am creating multiple(large number) instances simultaneously, and in such cases I get a problem with the socket timing out.
I downloaded your code and commented out the part for the socket.setTimeout, and I am getting proper results.

Is there any way that the timeout property can be set to optional? here I see that the timeout is set to default of 500.

@mkozjak
Copy link
Owner

mkozjak commented Apr 7, 2021

You can only increase timeout for send and exec.

@banchanKiro
Copy link
Author

I am facing a problem at that point. When I put timeout, for any value, no matter how large, I am getting a connection timed out error.

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

No branches or pull requests

2 participants