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
dms3
go-bitswap
Commits
23802fdf
Commit
23802fdf
authored
Nov 05, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(bitswap) shut down async
parent
d42ec402
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
bitswap.go
bitswap.go
+3
-5
No files found.
bitswap.go
View file @
23802fdf
...
@@ -32,12 +32,10 @@ func NetMessageSession(ctx context.Context, p peer.Peer,
...
@@ -32,12 +32,10 @@ func NetMessageSession(ctx context.Context, p peer.Peer,
notif
:=
notifications
.
New
()
notif
:=
notifications
.
New
()
go
func
()
{
go
func
()
{
for
{
select
{
select
{
case
<-
ctx
.
Done
()
:
case
<-
ctx
.
Done
()
:
notif
.
Shutdown
()
notif
.
Shutdown
()
}
}
}
}()
}()
bs
:=
&
bitswap
{
bs
:=
&
bitswap
{
...
...
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