You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
QuicStream
has separatebidiStreamCount
anduniStreamCount
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:Note: there are lots of other statistics properties on the
QuicSession
The text was updated successfully, but these errors were encountered: