You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Otherwise, we tie up the bitswap worker until the other side responds with an EOF.
fixes#5247
related to libp2p/go-libp2p-net#28
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
Otherwise, we tie up the bitswap worker until the other side responds with an EOF.
fixes #5247
related to libp2p/go-libp2p-net#28
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
Currently, one has to use
AwaitEOF
. However, doing this asynchronously ties up a goroutine. This sucks.See: ipfs/kubo#5247
The text was updated successfully, but these errors were encountered: