hunter007
hunter007
When https://github.com/dapr/dapr/pull/4695 merged, I will test the PR, then it should be reviewed by someone. the PR can be merged after that https://github.com/dapr/dapr/pull/4695 is merged. Related issues: #291
# Description When https://github.com/dapr/dapr/pull/4695 merged, I will test the PR, then it should be reviewed by someone. the PR can be merged after that https://github.com/dapr/dapr/pull/4695 is merged. ## Issue reference...
Fix https://github.com/dapr/go-sdk/issues/411
**I stop grpc.Service twice, and panic occurred.** When I read service's unit test codes, I find the question: ```go func TestServer(t *testing.T) { server := getTestServer() startTestServer(server) stopTestServer(t, server) }...
## Describe the proposal I want to pass customized headers to dapr app when run `dapr invoke`, but `dapr invoke` doesn't support now ## Release Note **ADD** Add --header/-H to...