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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: