tauri-apps / tauri-apps/plugins-workspace
[single-instance] Is it possible for applications on different paths to have their own singletons?
Open
plugin: single-instance
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
I don't know if it is possible. It would be even better if the plugin could allow users to customize the identifier for singleton detection during initialization.
I hope to build some portable programs. It's best to use a singleton to prevent data competition (data is stored in a relative directory). And I hope the program can be copied to multiple places and run independently.
Contributor guide
Assessment
This issue has not been assessed yet.