Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
neo
Commits
48f3f0bb
Commit
48f3f0bb
authored
4 years ago
by
Kirill Smelkov
Browse files
Options
Download
Email Patches
Plain Diff
.
parent
424be070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
go/neo/master.go
go/neo/master.go
+2
-0
No files found.
go/neo/master.go
View file @
48f3f0bb
...
...
@@ -887,6 +887,8 @@ func (m *Master) service(ctx context.Context) (err error) {
}
// XXX do we need vvv ?
// FIXME deadlock wrt when loop is over and noone reads from servedq
// (XXX review similar places in recovery and verify)
ack
:=
make
(
chan
struct
{})
servedq
<-
serviceDone
{
peer
:
peer
,
err
:
err
,
ack
:
ack
}
<-
ack
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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