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
The underlying cause actually seems to be a bug in graphsync, as described in the comment:
// TODO: There seems to be a bug in graphsync. I believe it should return
// graphsync.RequestCancelledErr on the errChan if the request's context is
// cancelled, but it doesn't seem to be doing that
So I believe the fix would actually need to be made in go-graphsync.
However for now the code works around the bug.
this might be the cause for filecoin-project/lotus#6273 where the client-side is not getting the Complete message back from the miner
handle https://github.com/filecoin-project/go-data-transfer/blob/master/transport/graphsync/graphsync.go#L185-L191 properly
this might be the cause for filecoin-project/lotus#6273 where the client-side is not getting the
Complete
message back from the minerThe text was updated successfully, but these errors were encountered: