1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

WIP: super awesome bitswap cleanup fixtime

This commit is contained in:
Jeromy
2015-05-16 12:30:13 -07:00
committed by Juan Batiz-Benet
parent ef967ceeef
commit 6bf33ad62f
9 changed files with 190 additions and 208 deletions

View File

@ -72,7 +72,8 @@ func (n *network) deliver(
n.delay.Wait()
return r.ReceiveMessage(context.TODO(), from, message)
r.ReceiveMessage(context.TODO(), from, message)
return nil
}
type networkClient struct {