You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this test you will see the log is stop when request response hangup TestWasiFsNet
2024/05/18 19:53:50 not hangup
2024/05/18 19:53:51 not hangup
2024/05/18 19:53:52 not hangup
2024/05/18 19:53:53 not hangup
2024/05/19 03:53:54 get request
PASS
Expected behavior
2024/05/18 19:53:50 not hangup
2024/05/18 19:53:51 not hangup
2024/05/18 19:53:52 not hangup
2024/05/18 19:53:53 not hangup
2024/05/19 03:53:54 get request
2024/05/18 19:53:55 not hangup
2024/05/18 19:53:56 not hangup
2024/05/18 19:53:57 not hangup
2024/05/18 19:53:58 not hangup
PASS
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the relevant information):
Go version: 1.22.3
wazero Version: v1.7.2
Host architecture: linux/amd64
Runtime mode: interpreter and compiler both trigger
Describe the bug
the program is hangup when read my net file system (like bash /dev/tcp/127.0.0.1/0)
To Reproduce
Run this test you will see the log is stop when request response hangup
TestWasiFsNet
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the relevant information):
Additional context
#1500
I feel this is about nonblock file flag, but I don't know how to add nonblock file flag to my net file system
I found poll-method, maybe I should implement this?
The text was updated successfully, but these errors were encountered: