This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
go-rabbitmq
mirror of
https://github.com/wagslane/go-rabbitmq
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
nowait docs
pull/64/head
wagslane
4 years ago
parent
7fe296abae
commit
34897f54aa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/consumer/main.go
+ 1
- 1
examples/consumer/main.go
View File
@ -23,7 +23,7 @@ func main() {
}
// wait for server to acknowledge the cancel
noWait
:
=
false
const
noWait
=
false
defer
consumer
.
Disconnect
(
)
defer
consumer
.
StopConsuming
(
consumerName
,
noWait
)
Write
Preview
Loading…
Cancel
Save