mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
fix(http): use tokio oneshot channel for detecting abort (#1395)
* fix(http): properly handle aborting closes #1376 * abort early in JS * avoid using unnecessary mutexes * fix lint * update bundle * simplify
This commit is contained in:
@@ -26,6 +26,7 @@ serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tauri = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { version = "1", features = [ "sync", "macros" ] }
|
||||
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.10" }
|
||||
urlpattern = "0.2"
|
||||
regex = "1"
|
||||
|
||||
Reference in New Issue
Block a user