Requests are only removed from the registry when they are resumed and the Resolve handle is swapped to Never. This only happens for Once Resolve handles but:
- For notifications, resume is never called since there is no answer, so the request is never removed from the slab.
- For streams, an error is sent when the stream was dropped on crux side and so is never removed as well.
Requests are only removed from the registry when they are resumed and the Resolve handle is swapped to Never. This only happens for
OnceResolve handles but: