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

New option to disable implicit remote InvokeAsync() #519

Closed
jeremydmiller opened this issue Aug 14, 2023 · 0 comments · Fixed by #1196
Closed

New option to disable implicit remote InvokeAsync() #519

jeremydmiller opened this issue Aug 14, 2023 · 0 comments · Fixed by #1196
Labels
enhancement New feature or request
Milestone

Comments

@jeremydmiller
Copy link
Member

Something like WolverineOptions.DisableImplicitRemoteInvocation, so that Wolverine throws an exception if you try to inadvertently call InvokeAsync() when Wolverine has to do that remotely when the devs definitely don't want a remote invocation.

Also add an explicit IMessageBus.RemotelyInvokeAsync() for doing request/reply or the old send and wait.

@jeremydmiller jeremydmiller added the enhancement New feature or request label Aug 14, 2023
@jeremydmiller jeremydmiller added this to the 3.0 milestone Jun 18, 2024
@jeremydmiller jeremydmiller removed this from the 3.0 milestone Sep 10, 2024
@jeremydmiller jeremydmiller added this to the 4.0 milestone Oct 10, 2024
jeremydmiller added a commit that referenced this issue Dec 31, 2024
jeremydmiller added a commit that referenced this issue Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant