We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ruby-dicom/lib/dicom/link.rb
Line 1118 in 204dded
Thank you in advance.
Best regards,
Amazigh
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
ruby-dicom/lib/dicom/link.rb
Line 1118 in 204dded
Thank you in advance.
Best regards,
Amazigh
The text was updated successfully, but these errors were encountered: