Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from rabbitmq:main #9

Open
wants to merge 87 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 21, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Golang 1.19 is no longer supported.

Usa oldstable and stable aliases

Since actions/setup-go v3, we can use oldstable and
stable aliases to always refer to the two latest supported
versions of Go.

Signed-off-by: Aitor Perez Cedres <[email protected]>
@pull pull bot added the ⤵️ pull label Sep 21, 2023
pinkfish and others added 28 commits September 24, 2023 07:21
Change the time comparison to use Equal, which is safer with timestamps in go.

Use IsZero()
Use isZero to check if a Time instance is initialized
Fix up a go lint error with no space between the // and the text.
skip-checks:true
Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/uber-go/goleak/releases)
- [Changelog](https://github.com/uber-go/goleak/blob/master/CHANGELOG.md)
- [Commits](uber-go/goleak@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: go.uber.org/goleak
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…rg/goleak-1.3.0

Bump go.uber.org/goleak from 1.2.1 to 1.3.0
fix comment typo in example_client_test.go
- adds documentation that describes how the Expiration field should be used
- provides two constants for the most presumable pitfalls
[skip ci]

Signed-off-by: Aitor Perez Cedres <[email protected]>
Use correct mutex to guard confirms.published
peczenyj and others added 30 commits June 6, 2024 14:24
Add test that demonstrates the issue
This error can happen when a Delivery (message) is ack/nack/reject after
the AMQP channel is closed, and the consuming function/routine does not
check the status of Go receive operation.
Expose delivery not initialised error
fix: unify receiver methods to avoid conflicts between value and pointer types
Add warning about concurrency with Channels
Methods UnsafePush and Consume returns errNotConnected in the same conditions
Return existing error instead of creating new for the same purpose
Write test that demonstrates issue with using `Qos` and async workers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.