Skip to content

fix(android): EventLoopProxy::send_event not always delivering the event immediately - #1271

Merged
Legend-Master merged 1 commit into
tauri-apps:devfrom
Legend-Master:delayed-android-send-event
Jul 21, 2026
Merged

fix(android): EventLoopProxy::send_event not always delivering the event immediately#1271
Legend-Master merged 1 commit into
tauri-apps:devfrom
Legend-Master:delayed-android-send-event

Conversation

@Legend-Master

Copy link
Copy Markdown
Contributor

Fix tauri-apps/tauri#14994

This took me so much testing to figure out. The try_send from crossbeam_channel does not block which made the next event loop wake call sometimes gets before it so when event loop wakes up, there's no message untill the next wake.

@github-actions

Copy link
Copy Markdown
Contributor

Package Changes Through befe352

There are 1 changes which include tao with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tao 0.35.3 0.36.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@Legend-Master
Legend-Master merged commit 2ff9e3e into tauri-apps:dev Jul 21, 2026
20 checks passed
@Legend-Master
Legend-Master deleted the delayed-android-send-event branch July 21, 2026 07:12
@github-actions github-actions Bot mentioned this pull request Jul 21, 2026
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.

[bug] Android IPC block until next IPC arrive

2 participants