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(api): use array for channel queueing #12069

Merged
merged 4 commits into from
Jan 2, 2025

Conversation

Legend-Master
Copy link
Contributor

@Legend-Master Legend-Master commented Dec 28, 2024

Fix #12065

Use an array for queueing the messages to execute in order instead of using an object

Also added an example command spam for testing it

and add a command to example for testing
Copy link
Contributor

github-actions bot commented Dec 28, 2024

Package Changes Through 00396e1

There are 8 changes which include @tauri-apps/api with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with patch

Planned Package Versions

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

package current next
@tauri-apps/api 2.1.1 2.2.0
tauri-utils 2.1.0 2.1.1
tauri-bundler 2.1.0 2.2.0
tauri-runtime 2.2.0 2.3.0
tauri-runtime-wry 2.2.0 2.3.0
tauri-codegen 2.0.3 2.0.4
tauri-macros 2.0.3 2.0.4
tauri-plugin 2.0.3 2.0.4
tauri-build 2.0.3 2.0.4
tauri 2.1.1 2.2.0
@tauri-apps/cli 2.1.0 2.2.0
tauri-cli 2.1.0 2.2.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 changed the title fix: use array for channel queueing fix(api): use array for channel queueing Dec 29, 2024
@Legend-Master Legend-Master marked this pull request as ready for review December 29, 2024 14:35
@Legend-Master Legend-Master requested a review from a team as a code owner December 29, 2024 14:35
@FabianLars FabianLars merged commit a16796a into tauri-apps:dev Jan 2, 2025
15 checks passed
@Legend-Master Legend-Master deleted the array-channel-queue branch January 2, 2025 11:21
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] Channel will never trigger onmessage in certain cases
2 participants