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

Blocking socket API need to implement ReadReady / WriteReady #1620

Closed
bjoernQ opened this issue Mar 25, 2024 · 0 comments · Fixed by #1882
Closed

Blocking socket API need to implement ReadReady / WriteReady #1620

bjoernQ opened this issue Mar 25, 2024 · 0 comments · Fixed by #1882
Assignees
Labels
package:esp-wifi Issues related to the esp-wifi package
Milestone

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Mar 25, 2024

Since the read is blocking a client would need to know if there is actually something to read in many situations.

Without these traits implemented the useability of the blocking API is currently quite limited.

@bjoernQ bjoernQ changed the title Blocking API need to implement ReadReady / WriteReady Blocking socket API need to implement ReadReady / WriteReady Mar 25, 2024
@bjoernQ bjoernQ transferred this issue from esp-rs/esp-wifi-sys May 27, 2024
@bjoernQ bjoernQ added the package:esp-wifi Issues related to the esp-wifi package label May 27, 2024
@MabezDev MabezDev added this to the 0.20.0 milestone Jul 26, 2024
@jessebraham jessebraham self-assigned this Jul 30, 2024
@jessebraham jessebraham added the status:in-progress This task is currently being worked on label Jul 31, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Jul 31, 2024
@tom-borcin tom-borcin removed the status:in-progress This task is currently being worked on label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:esp-wifi Issues related to the esp-wifi package
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants