9 Commits

Author SHA1 Message Date
f038a89771
fix: close stream adaptive gaps and switch notify to stario v0.1.1
- make stream fast path honor adaptive soft payload limits end-to-end
  - split oversized fast-stream payloads into sequential frames before batching
  - use adaptive soft cap when encoding stream batch payloads
  - move timeout-like error detection into production code for adaptive tx
  - tune notify FrameReader read size explicitly to avoid throughput regression
  - drop local stario replace and depend on released b612.me/stario v0.1.1
2026-04-18 16:05:57 +08:00
09d972c7b7
feat(notify): 重构通信内核并补齐 stream/bulk/record/transfer 能力
- 引入 LogicalConn/TransportConn 分层,ClientConn 保留兼容适配层
  - 新增 Stream、Bulk、RecordStream 三条数据面能力及对应控制路径
  - 完成 transfer/file 传输内核与状态快照、诊断能力
  - 补齐 reconnect、inbound dispatcher、modern psk 等基础模块
  - 增加大规模回归、并发与基准测试覆盖
  - 更新依赖库
2026-04-15 15:24:36 +08:00
d14d13c393 update go.mod 2024-08-30 14:54:40 +08:00
85803f75df update go mod 2024-08-18 17:23:52 +08:00
48f630564f update go.mod 2024-03-10 14:10:01 +08:00
a81d74ac45 update go mod 2023-02-11 17:20:22 +08:00
a2ab64a372 set unique gob name and update go mod 2023-02-03 13:24:52 +08:00
9065a12b99 add orm function 2022-05-19 11:04:52 +08:00
2db6102668
go mod support 2022-03-14 11:25:58 +08:00