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
From my pov, when the application (Initiator/Acceptor) stops it should also call store.Close and then when app starts again, it should create a new store using the storeFactory.Create.
From my pov, when the application (Initiator/Acceptor) stops it should also call
store.Closeand then when app starts again, it should create a new store using thestoreFactory.Create.Why
store.Closeis never called?