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
fix: implement IStore.OnNewSnapshot event in RpcStore
The RpcStore class was missing implementation of the OnNewSnapshot event
required by the IStore interface. This change adds the event declaration
and invokes it in the GetSnapshot method to maintain interface compatibility.
0 commit comments