Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-swarm
Commits
acc35e8a
Commit
acc35e8a
authored
Mar 31, 2021
by
vyzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't store the active dial if it errors while starting the worker
parent
0538806b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dial_sync.go
dial_sync.go
+2
-1
No files found.
dial_sync.go
View file @
acc35e8a
...
...
@@ -97,13 +97,14 @@ func (ds *DialSync) getActiveDial(p peer.ID) (*activeDial, error) {
reqch
:
make
(
chan
DialRequest
),
ds
:
ds
,
}
ds
.
dials
[
p
]
=
actd
err
:=
ds
.
dialWorker
(
adctx
,
p
,
actd
.
reqch
)
if
err
!=
nil
{
cancel
()
return
nil
,
err
}
ds
.
dials
[
p
]
=
actd
}
// increase ref count before dropping dialsLk
...
...
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