Skip to content

Commit

Permalink
Merge pull request #13 from czeslavo/master
Browse files Browse the repository at this point in the history
Retry receiving in subscriber while it's not closed and returns error
  • Loading branch information
roblaszczak authored Jun 4, 2021
2 parents 186e3a3 + 43e640e commit 2d39aa7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 71 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
cloud.google.com/go v0.63.0 // indirect
cloud.google.com/go/pubsub v1.6.1
github.com/ThreeDotsLabs/watermill v1.2.0-rc.3
github.com/cenkalti/backoff/v3 v3.0.0
github.com/hashicorp/go-multierror v1.0.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
Expand Down
Loading

0 comments on commit 2d39aa7

Please sign in to comment.