Kind Jeff
Kind Jeff
I encountered a bug similar to this comment: https://github.com/streadway/amqp/issues/254#issuecomment-316401642 However, in a weak network environment, I get a deadlock after N+1 messages have been sent where N is the size...
If `b.consumeOne` returns an err, `StartConsuming` will also returns (and usually re-run due to `b.GetRetry()`). But: - The two goroutines inside `StartConsuming` don't stop, and continue to pull messages from...
I need a health check function to check if the local worker can still run properly (e.g. if all the goroutines are stuck and can't start new ones due to...
This warning appears on my Mac: ``` warning: reattach-to-user-namespace: unsupported new OS, trying as if it were 10.10 ``` My os is macOS Big Sur 11.0.1
- [x] merge master - [x] remove github actions - [x] add cli option https://github.com/deepmap/oapi-codegen/issues/143 --- example: 
We deploy projects to ACK using `kubectl` in the github action. I often got this result and requires manual rerun, which may occur once in about ten times: `Failed to...
# Description Resolves https://github.com/redis/node-redis/issues/2345 ## Type of change * [x] Bug fix * [ ] New feature * [ ] Breaking change * [ ] Requires a documentation update ##...
### Motivation and Context The README incorrectly suggests that Python users need to switch to C#. ### Description fix typo ### Contribution Checklist - [x] The code builds clean without...