libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.26k stars 436 forks source link

feat: invoke progress events during dialing #2596

Closed achingbrain closed 3 days ago

achingbrain commented 2 weeks ago

If the user passes an onProgress callback to a dial request, invoke the callback with progress events during the dial.

Change checklist