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
The program exits gracefully when I press Ctrl + C.
Actual Behavior
Unable to terminate the generation of these logs
...
info: Microsoft.DurableTask[3]
The gRPC server for Durable Task gRPC worker is unavailable. Will continue retrying.
info: Microsoft.DurableTask[3]
The gRPC server for Durable Task gRPC worker is unavailable. Will continue retrying.
info: Microsoft.DurableTask[3]
The gRPC server for Durable Task gRPC worker is unavailable. Will continue retrying.
...
Steps to Reproduce the Problem
dotnet run in ./examples/Workflow/WorkflowConsoleApp without dapr sidecar start.
Or terminate the dapr sidecar when the program is running.
The text was updated successfully, but these errors were encountered:
Which process are you killing with Ctrl+C? The dapr sidecar? If so, I think this behavior is expected. Here you can see that the app waits for the sidecar to become available. Even after this, the app is designed to run continuously.
Which process are you killing with Ctrl+C? The dapr sidecar? If so, I think this behavior is expected. Here you can see that the app waits for the sidecar to become available. Even after this, the app is designed to run continuously.
I cant exit the WorkflowConsoleApp even I press ctrl + C as long as I exit the dapr sidecar first. It gets stuck in my command line so I can't do anything else, which I'm sure isn't a great experience for other users either.
Expected Behavior
The program exits gracefully when I press Ctrl + C.
Actual Behavior
Unable to terminate the generation of these logs
Steps to Reproduce the Problem
dotnet run
in./examples/Workflow/WorkflowConsoleApp
without dapr sidecar start.Or terminate the dapr sidecar when the program is running.
The text was updated successfully, but these errors were encountered: