-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Timeouts do not work in network sockets #656
Timeouts do not work in network sockets #656
Comments
Do you know what's causing it? |
Timeout is always set to infinite: |
That's the intended behaviour to allow thread execution. Any timeout/error/etc is handled at lwIP layer. |
I know this mechanism - it used in many places. But I think timeout should be set to proper value. I think timeout is not passed in the method parameter for no reason. See PR: nanoframework/nf-interpreter#1753 |
Details about Problem
Target: Any
Firmware image version: Latest
Description
Timeouts in network sockets do not work
Detailed repro steps so we can see the same problem
Expected behavior
An exception should be properly thrown on a timeout.
The text was updated successfully, but these errors were encountered: