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: typo in netcat command for std example #2491

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

ValouBambou
Copy link
Contributor

The previous given command nc -l 8000 doesn't let me see anything and lead to a "WARN connect error: ConnectionReset". By explicitly changing the local-port of nc with the -p I can now see the Hello message printed, and the warning log disappeared.

The previous given command `nc -l 8000` doesn't let me see anything and lead to a "WARN connect error: ConnectionReset". By explicitly changing the `local-port` of `nc` with the `-p` I can now see the `Hello` message printed, and the warning log disappeared.
Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bsd netcat vs gnu netcat difference, but seems -lp works for both so LGTM. Thanks!

@Dirbaio Dirbaio added this pull request to the merge queue Jan 29, 2024
Merged via the queue into embassy-rs:main with commit 4150505 Jan 29, 2024
9 checks passed
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.

2 participants