Alex Potsides
Alex Potsides
@justin0mcateer did you manage to create a reproduction for this issue?
Thanks for opening this. Please can you add a test to prevent future regressions and ensure linting passes.
Hmm, not sure why that closed this PR. Continued in #2575
I've updated the script a bit to print more stats and show the effect of a deeper routing table over time: ```js import { createLibp2p } from 'libp2p'; import {...
Support for WebSockets on the network is very sparse so if that's the only transport you're using it's likely the query isn't running to completion. When you are seeing a...
> Do you know what might be the reason? I think you may be using the placeholder version published to npm. You'll need to replace the `src` and `dist` folders...
@maschad the interop tests are failing but pass against main - it might be actual breakage, can you take a look please?
@tuyennhv did you manage to test the new release?
> I think we need to upgrade all libp2p dependencies to the latest versions Please do, there was a small leak fixed by `@libp2p/[email protected]` so that's a good idea in...
Thanks for opening this. I'm hesitant to export this interface because it encourages the sort of code where everything depends on everything else. This is why the `components` field is...