1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-04-03 08:11:04 +00:00
Alex Potsides 3c0fb13bab
fix: close streams when protocol limits are reached ()
- If a stream is opened that exceeds inbound/outbound limits, reset that stream (if it is incoming) or abort and throw (if it is outgoing)
- Make the error message more helpful (say which protocol has breached the limit)
- Increase the default stream limits so we don't trigger this by accident when a remote dials us with a protocol we don't support
2022-07-22 13:57:01 +01:00
..