apache / apache/rocketmq-client-go
Producer repeatedly calls SendAsync without timeout
Open
question
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 445
- PR merge metrics
- No merged PRs in 30d
Description
SendAsync is called asynchronously in the coroutine, but it will not return if it times out and will get stuck in the function call
in SendAsync
ctx, cancel := context.WithTimeout(ctx, 3*time.Second)
Contributor guide
Assessment
This issue has not been assessed yet.