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
Note: there are two DaprGrpcClient classes in the project, blocking calls were fixed in one of them, The one I am talking about is in the io.dapr.actors.runtime package.
Steps to Reproduce the Problem
Release Note
RELEASE NOTE: FIXED implementation of DaprGrpcClient making blocking calls.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Implementation of DaprGrpcClient does not make blocking calls.
Actual Behavior
The DaprGrpcClient class has blocking calls in it. For example:
Note: there are two DaprGrpcClient classes in the project, blocking calls were fixed in one of them, The one I am talking about is in the io.dapr.actors.runtime package.
Steps to Reproduce the Problem
Release Note
RELEASE NOTE: FIXED implementation of DaprGrpcClient making blocking calls.
The text was updated successfully, but these errors were encountered: