Logo
Explore Help
Sign In
b612/notify
1
0
Fork 0
You've already forked notify
Code Issues Pull Requests Projects Releases 10 Wiki Activity
notify/stream_batch_codec.go

7 lines
163 B
Go
Raw Permalink Normal View History

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
package notify
type streamBatchCodec struct {
encodeSingle func(streamFastDataFrame) ([]byte, error)
encodeBatch func([]streamFastDataFrame) ([]byte, error)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 817ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API