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
refactor: privatise RequestObject and EraseObjectRequest
RequestObject is not used outside PeerManagerImpl and EraseObjectRequest
is now brokered by `MessageProcessingResult`, so we can remove both from
the interface and keep them as implementation details.
0 commit comments