Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

fix: add maxOutboundStreams option to connection.newStream #415

Merged
merged 1 commit into from
Jun 14, 2023

Commits on Jun 14, 2023

  1. fix: add maxOutboundStreams option to connection.newStream

    When no handler has been registered for a protocol, the upgrader
    falls back to the default limit of 64 streams for the protocol on
    the current connection.
    
    This PR adds a `maxOutboundStreams` option to `connection.newStream`
    that gives the user a way to override the default outgoing stream
    count without having to register a dummy handler.
    achingbrain committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    73df636 View commit details
    Browse the repository at this point in the history