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

Tauri: Meta: Postponed Ideas #4468

Open
7 tasks
Simon-Laux opened this issue Jan 9, 2025 · 0 comments
Open
7 tasks

Tauri: Meta: Postponed Ideas #4468

Simon-Laux opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request Runtime: Tauri Issue affecting the tauri runtime specifically
Milestone

Comments

@Simon-Laux
Copy link
Member

  • clean shutdown (maybe copy cancel guard stuff from dc-rpc-server?)

  • even better source code structure in the rust code

  • Use channel for jsonrpc extra performance? I asked in discord, right now I think its only one direction backend to frontend -> could already be useful for that one direction backend to frontend, because that direction has more data anyway

security

  • security -> try to find a way to get rid of (or disable or lock down) the global reference __TAURI_INTERNALS__, that it can only be called from the runtime interface implementation
  • Find out how/if the Isolation pattern with the hook script can help us to harden the app (I can't think of a way it would help in our use case)

less priority

@Simon-Laux Simon-Laux added enhancement New feature or request Runtime: Tauri Issue affecting the tauri runtime specifically labels Jan 9, 2025
@Simon-Laux Simon-Laux added this to the Tauri Project milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Runtime: Tauri Issue affecting the tauri runtime specifically
Projects
None yet
Development

No branches or pull requests

1 participant