Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS0168] ShardRegion - 'ex' never used #6700

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

eaba
Copy link
Contributor

@eaba eaba commented Apr 28, 2023

Changes

Please provide a brief description of the changes here.

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

@@ -967,7 +967,7 @@ async Task ResolveEntityRef(Address destinationAddress, ActorPath entityPath)
sender.Tell(new EntityLocation(getEntityLocation.EntityId, shardId, destinationAddress,
Option<IActorRef>.Create(entityRef)));
}
catch (ActorNotFoundException ex)
catch (ActorNotFoundException)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
catch (ActorNotFoundException ex)
{
// entity does not exist
sender.Tell(new EntityLocation(getEntityLocation.EntityId, shardId, destinationAddress,
Option<IActorRef>.None));
}

@Aaronontheweb Aaronontheweb merged commit 7533c92 into akkadotnet:dev Apr 28, 2023
@eaba eaba deleted the ShardRegion branch April 29, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants