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
When running sidekick in attach mode, if the daprd process goes down then the dapr process health check should report unhealthy
Actual Behavior
The dapr process health is throwing an exception if the daprd process is unavailable during attach mode. The sidekick is under the impression that the process is still running and attempts a http request which fails
Expected Behavior
When running sidekick in attach mode, if the daprd process goes down then the dapr process health check should report unhealthy
Actual Behavior
The dapr process health is throwing an exception if the daprd process is unavailable during attach mode. The sidekick is under the impression that the process is still running and attempts a http request which fails
dapr-sidekick-dotnet/src/Man.Dapr.Sidekick.AspNetCore/DaprProcessHealthCheck.cs
Line 27 in 57f8412
Steps to Reproduce the Problem
Release Note
TBD
The text was updated successfully, but these errors were encountered: