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

portal: Set nonblocking on unix stream #129

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

A6GibKm
Copy link
Collaborator

@A6GibKm A6GibKm commented Sep 22, 2024

As per tokio's docs:

The caller is responsible for ensuring that the stream is in non-blocking mode. Otherwise all I/O operations on the stream will block the thread, which will cause unexpected behavior. Non-blocking mode can be set using set_nonblocking.

As per tokio's docs:

The caller is responsible for ensuring that the stream is in
non-blocking mode. Otherwise all I/O operations on the stream will block
the thread, which will cause unexpected behavior. Non-blocking mode can
be set using set_nonblocking.
@bilelmoussaoui
Copy link
Owner

Lgtm, thanks

@bilelmoussaoui bilelmoussaoui merged commit 0590ac2 into bilelmoussaoui:main Sep 23, 2024
7 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