- 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
17 lines
311 B
Modula-2
17 lines
311 B
Modula-2
module b612.me/notify
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
b612.me/starcrypto v1.0.2
|
|
b612.me/stario v0.1.1
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
)
|
|
|
|
require (
|
|
github.com/emmansun/gmsm v0.41.1 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/term v0.40.0 // indirect
|
|
)
|