libp2p / js-libp2p

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

fix: limit max dial queue size #2472

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

Add an upper bound to the maximum length of the dial queue.

Any attempts to dial when the queue is full will throw.

Change checklist