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
We have a service that calls another every few seconds, if we restart the service along with dapr on the client being called and the other service makes a request the startup then we get this panic in the sdk.
Create a service using the sdk and register an actor and call Start() on the service, Create a second service that invokes the actor at a high frequency, lets say 2 - 3 seconds now restart the service if the timing is right the sdk should panic.
Expected behavior
I expected that the caller would just get an error back because the service is not ready yet but instead the service crashes.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have a service that calls another every few seconds, if we restart the service along with dapr on the client being called and the other service makes a request the startup then we get this panic in the sdk.
To Reproduce
Create a service using the sdk and register an actor and call Start() on the service, Create a second service that invokes the actor at a high frequency, lets say 2 - 3 seconds now restart the service if the timing is right the sdk should panic.
Expected behavior
I expected that the caller would just get an error back because the service is not ready yet but instead the service crashes.
The text was updated successfully, but these errors were encountered: