You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be consisted when app is initialized.
we have two processes(main and one single renderer or over). this time assumed has one renderer processes.
senario is below:
app is ran by user with many actions. at that time main store and renderer store is synchronized if library works right.
and after I will create new renderer( BrowserWindow ) one that has new isolated store.
can library support the functionality of sync store for new renderer's store?
The text was updated successfully, but these errors were encountered:
Yeah, I think it should be possible to support this functionality, and it shouldn't be that hard to write this. We are right now refactoring the library and re-writing it to Typescript - maybe this is something that could be added as part on the new API?
It may be consisted when app is initialized.
we have two processes(main and one single renderer or over). this time assumed has one renderer processes.
senario is below:
app is ran by user with many actions. at that time main store and renderer store is synchronized if library works right.
and after I will create new renderer( BrowserWindow ) one that has new isolated store.
can library support the functionality of sync store for new renderer's store?
The text was updated successfully, but these errors were encountered: