Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

TODO: Separate bidiStreamCount and uniStreamCount properties #314

@jasnell

Description

@jasnell

Currently, QuicStream has separate bidiStreamCount and uniStreamCount properties that return the total number of streams of each type. The question is whether these are good as separate properties or whether it would be more useful to combine into a single property that returns both, as in:

const {uni, bidi} = session.streamCount;

Note: there are lots of other statistics properties on the QuicSession

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions