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

Best way to setup a timeout on tcp connection? #79

Open
aamazigh opened this issue Nov 13, 2020 · 1 comment
Open

Best way to setup a timeout on tcp connection? #79

aamazigh opened this issue Nov 13, 2020 · 1 comment

Comments

@aamazigh
Copy link

How would you set a timeout on a tcp connection when echoing a server?

The echo method uses TCPSocket, which, as far as I know, doesn't have a timeout.

@session = TCPSocket.new(adress, port)

Thank you in advance.

Best regards,

Amazigh

@aamazigh aamazigh changed the title Best way to setup a timeout on tcp connection Best way to setup a timeout on tcp connection? Nov 13, 2020
@dicom
Copy link
Owner

dicom commented Nov 13, 2020

Hi Amazigh

Thanks for raising the question.

Its been a while since this was fresh to me, I'll have to admit.

Please have a look at this to see if it helps you out:
https://stackoverflow.com/questions/21014272/how-is-ruby-tcpsocket-timeout-defined

Best regards,
Christoffer

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