We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix(v2): fix IsReady lock If client is not ready, it will try to unlock unlocked lock, which panics with "Unlock of unlocked RWMutex".
chore(v2/rabbittest): add helper for creating client
chore(consume): fix linter issue
fix: increase backoff time
fix(publisher): move publish to publisher
fix(gomod): update rabbitmq/amqp091-go to v1.9.0
feat(README): update readme
fix(rabbittest): allow override exchange, queue or routing key
fix(golangci): allow short name eg
fix(golangci): update config and fix issues