Transport-agnostic stream multiplexer for .NET. Creates multiple virtual channels over a single bidirectional stream.
active 2025-12-04 → 2026-07-28 (UTC)
Activity over time
Daily event counts in the loaded window
Line chart, 237 days from 2025-12-04 to 2026-07-28. Pushes: 323 total, peak 51 in a day. Pull requests: 57 total, peak 17 in a day. Issues: 35 total, peak 18 in a day. Comments: 12 total, peak 10 in a day. Stars: 0 total, peak 0 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| Kiryuumaru | 381 | 305 | 23 | 7 |
| dependabot[bot] | 57 | 18 | 34 | 5 |
Recent activity
Latest issues, pull requests and releases
- Pull request#537dependabot[bot]2026-06-11 12:37
- Issue#474Kiryuumaru2026-05-29 07:24framing: unknown frame flags are silently ignored instead of rejected as ProtocolError
- Pull request#502Kiryuumaru2026-05-29 06:46
- Pull request#500Kiryuumaru2026-05-29 06:02
- Issue#498Kiryuumaru2026-05-29 04:52framing: ERR frames with reserved ErrorCode.None close channels as RemoteError instead of being rejected
- Issue#495Kiryuumaru2026-05-29 04:24framing: FIN frames on the control channel are silently ignored instead of rejected as ProtocolError
- Issue#488Kiryuumaru2026-05-29 02:56framing: invalid UTF-8 Init channel IDs are accepted with replacement characters instead of rejected
- Issue#479Kiryuumaru2026-05-28 05:28framing: Data frames on the control channel are silently ignored instead of rejected as ProtocolError
- Issue#476Kiryuumaru2026-05-28 05:12docs(framing): Reconnect control frame omits max-recv-payload and replay vector from the documented wire format
- Issue#474Kiryuumaru2026-05-28 05:07framing: unknown frame flags are silently ignored instead of rejected as ProtocolError
- Pull request#449Kiryuumaru2026-05-26 11:34
- Issue#429Kiryuumaru2026-05-26 04:59Remote-GoAway path fires channel `Disconnected` with `TransportError` instead of `GoAwayReceived` — reason inversion symmetric to #391/#399
- Issue#426Kiryuumaru2026-05-26 04:39INIT-ACK back-pressure retry path is dead code — DrainPendingInitAcks never called and call site discards SendInitAck's failure
- Pull request#425Kiryuumaru2026-05-26 04:21
- Issue#406Kiryuumaru2026-05-24 08:05Server-side StreamFactory's permanently-fatal InvalidOperationException spins MuxConnectRetry forever on every transport (TCP/UDP/QUIC/IPC/WebSocket)
- Issue#405Kiryuumaru2026-05-24 07:59MessageTransit and DeltaMessageTransit fire Connected/Disconnected twice on duplex usage — #191/#349 fix not propagated to sibling transits
- Issue#401Kiryuumaru2026-05-24 07:42StreamMultiplexer.WaitForReadyAsync hangs forever when DisposeAsync is called before the first handshake completes — _readyTcs never completed on the cooperative-cancel path
- Issue#399Kiryuumaru2026-05-24 07:28TryRegisterChannels misses MarkConnected for channels registered during the initial connect handshake — IChannel.Connected never fires on the first cycle (single-channel OpenChannel is immune)
- Issue#398Kiryuumaru2026-05-24 07:12WebSocketMuxListener.DisposeAsync leaks buffered pairs in ConnectionChannel — WebSocket never closed, HandleAsync hangs until request cancellation
- Issue#395Kiryuumaru2026-05-24 06:51WaitForReadyAsync hangs forever when mux is disposed before reaching Ready — _readyTcs is never completed on graceful-cancel path (v3→v4 regression)
- Issue#393Kiryuumaru2026-05-24 06:41MainLoopAsync handshake-retry uses flat AutoReconnectDelay — silently ignores AutoReconnectBackoffMultiplier / MaxAutoReconnectDelay and skips Reconnecting event (inconsistent with MuxConnectRetry)
- Issue#392Kiryuumaru2026-05-24 06:34StreamMultiplexer.SendInitAck / SendControlFrame use throwing WriteRawFrame — reader thread and GoAwayAsync fault on control-slab pressure (missed by #291/#355 fix family)
- Issue#389Kiryuumaru2026-05-24 06:21[draft - not filable] StreamTransit.Dispose aggregation
- Issue#389Kiryuumaru2026-05-24 06:21[draft - not filable] StreamTransit.Dispose aggregation
- Issue#384Kiryuumaru2026-05-24 05:51ChannelBatchRegistrar.RollbackPartialBatch leaks ArrayPool slabs of partially-committed channels on collision
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.