func (r *registry) TryResurrect(_ context.Context, acptOrRejMsg *protocolpb.Message) (*Update, error) {
if acptOrRejMsg == nil || acptOrRejMsg.Body == nil {
}
// Check only total limit here. This might add more than maxInFlight Updates to registry,