Replies: 1 comment
-
Hello?
If the answers are all yes, it's a bit sad. I think it's tedious and requires a lot of code to create a response and resend mechanism for each communication command. Looking at other frameworks such as Winform and Qt, communication between windows can directly manipulate variables, functions, and so on of the other window, which is simple and reliable. Is it possible to support inter window communication with reliable responses? (The existing one-way communication between windows can still be retained for communication that requires speed but allows for loss.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Tauri team! ; )
I'm using emitTo for window-specific event communication and want to ensure reliable delivery. From the documentation and my testing, I understand these scenarios might cause events to be missed:
Are there any other edge cases or scenarios that could prevent event delivery that I should be aware of?
Additionally, could you share:
Looking forward to your insights!
Beta Was this translation helpful? Give feedback.
All reactions