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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user