Use only as Bridge between Multiple Electron Windows #222
Unanswered
alexivaner
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I tried your plugin and it is a really nice developed plugin. I have a question, currently, I am working using Vue and Electron with multiple ipcRenderer. Is it possible to only use this plugin as a bridge of my Vuex store between all of the ipcRenderer, so ipcRenderer can access the same vuex storage? Currently, I do not need persistent storage because I need to redefine my vuex store with the initiation value every time the program starts, but the problem is that persistent storage always overwrites my initiation value with the previous storing value which I do not want to happen.
The second issue is the storage is not rehydrated every time, it will only fetch the new value of the storage when the first time I open those windows or I reload those windows. Is it possible to refresh this every time, so when the main window changes the storage value, the secondary window and etc will also refresh the value?
I already tried the reset function but I am not sure why it is not always working. Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions