fix(shell/command): retry sending events when it fails (#1298)

ref: https://github.com/tauri-apps/tauri/issues/7684
This commit is contained in:
Amr Bashir
2024-05-09 10:38:56 -03:00
committed by GitHub
parent 6af3216fab
commit 5c1b7917e4
4 changed files with 23 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ serde = { workspace = true }
schemars = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
tokio = { version = "1", features = [ "time" ] }
log = { workspace = true }
thiserror = { workspace = true }
shared_child = "1"