Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deck-web
go-amqp
Commits
2b67011d
Commit
2b67011d
authored
3 years ago
by
Камалов Эрик
Browse files
Options
Download
Email Patches
Plain Diff
s
parent
2561bd52
master
1.0.20.1
1.0.20.0
v1.0.19
v1.0.18
v1.0.17
v1.0.16.2
v1.0.16.1
v1.0.16
v1.0.15
v1.0.14
v1.0.13.0
v1.0.12
v1.0.11
v1.0.10
v1.0.9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
channel.go
+1
-0
channel.go
with
1 addition
and
0 deletions
+1
-0
channel.go
+
1
-
0
View file @
2b67011d
...
...
@@ -82,6 +82,7 @@ func (channel *Channel) Consume(queue, consumer string, autoAck, exclusive, noLo
case
msg
,
ok
:=
<-
messages
:
{
if
!
ok
{
time
.
Sleep
(
100
*
time
.
Millisecond
)
continue
}
var
attempt
=
0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help