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

Fix socket status reading #575

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Fix socket status reading #575

merged 1 commit into from
Feb 11, 2024

Conversation

vinc
Copy link
Owner

@vinc vinc commented Feb 10, 2024

Fix bug introduced in #567 preventing socket status reading, leading to an early closing of a connection.

If we use netcat in the host system to listen to a port:

$ nc -l 1234

Then we can connect to it from MOROS:

> socket 10.0.2.2:1234

And then if we write something in one console, we should see it in the other. But with the bug the connection would close after a second instead.

@vinc vinc marked this pull request as ready for review February 11, 2024 08:27
@vinc vinc merged commit c3cf72b into trunk Feb 11, 2024
1 check passed
@vinc vinc deleted the fix/socket-status branch February 11, 2024 11:17
@vinc vinc mentioned this pull request Mar 19, 2024
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

Successfully merging this pull request may close these issues.

1 participant