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
hholst80
changed the title
importing net.openssl on linux causes listen_tcp to fail
importing net.openssl on linux causes tcp_conn.accept to fail
Apr 11, 2024
Describe the bug
Note that this is only for
net.openssl
it works just fine withnet.mbedtls
.The following application starts just fine if there is no application already listening on port 8001:
however, if
net.openssl
is included it fails:Reproduction Steps
Create main.v in a new directory and start
v watch run .
Expected Behavior
The application behavior should not change, and the application should not crash.
Current Behavior
It crashes on the
listen_tcp
call.Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.5 27cd1b1
Environment details (OS name and version, etc.)
The text was updated successfully, but these errors were encountered: