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
feat(rpc): automatically garbage collect observables + new event system + stats collection
All observables are not tracked via WeakRef and FinalizationRegistry, and frees them up on the server automatically when the client garbage collected them.
Added new event system to track and control what the rpc kernel and connections do.
Added statistics object RpcStats which collects statistics about the kernel, traffic, connections, actions, and observables.
0 commit comments