Open
Description
The get
query for libp2p-bitswap generates BitswapEvent::Complete when the query is completed. But after the complete event, it takes a few milliseconds before I can retrieve the block with cid from the local storage. is this expected behaviour?
Is insertion into the local storage part of the get
query ?? I think so because I can query it. but why is it not available right at the moment the BitswapEvent::Complete is generated and I have to wait for few ms to retrieve the block?
Metadata
Metadata
Assignees
Labels
No labels