Browse Source

Merge pull request #100 from humbertovnavarro/patch-1

Update consume.go
pull/111/head
Lane Wagner 3 years ago
committed by GitHub
parent
commit
9f51e283aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume.go

+ 1
- 1
consume.go View File

@ -44,7 +44,7 @@ type Delivery struct {
// NewConsumer returns a new Consumer connected to the given rabbitmq server // NewConsumer returns a new Consumer connected to the given rabbitmq server
// it also starts consuming on the given connection with automatic reconnection handling // it also starts consuming on the given connection with automatic reconnection handling
// Do do reuse the returned consumer for anything other than to close it
// Do not reuse the returned consumer for anything other than to close it
func NewConsumer( func NewConsumer(
conn *Conn, conn *Conn,
handler Handler, handler Handler,


Loading…
Cancel
Save