Skip to content

fix: use tokio's async mpsc instead of std's blocking#6

Open
UnkwUsr wants to merge 1 commit into
rdbo:masterfrom
UnkwUsr:fix_async_next_message
Open

fix: use tokio's async mpsc instead of std's blocking#6
UnkwUsr wants to merge 1 commit into
rdbo:masterfrom
UnkwUsr:fix_async_next_message

Conversation

@UnkwUsr
Copy link
Copy Markdown
Contributor

@UnkwUsr UnkwUsr commented Sep 1, 2025

Make method next_message() truly async now. Before it was actually blocking.

@rdbo
Copy link
Copy Markdown
Owner

rdbo commented Sep 12, 2025

Seems like the timeout is gone now. IIRC there was some issue where it was possible for the simplex client not to reply to the command, even though the socket is still open

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