Compression Server Sent Events
オープン
- 主要言語
- Rust
- スター
- 24.8k
- フォーク
- 1.9k
- 平均マージ
- 23時間 10分
- マージ済み PR(30日)
- 26
説明
When use Compression on SSE and the stream is slow or have time gaps, then nothing is written to the output stream. Also no keep-alives. As far I can see the internal buffer is only writing when the buffer is full for compression.
## Expected Behavior
Writing to the output when something on is received.
## Current Behavior
The stream elements are only written when the buffer is full. This can lead to have no data on the output for minutes.
## Possible Solution
Writing additional to the output when a certain (configurable) time is gone. And not only when the buffer is full
- Actix Web Version: 4.3.1
コントリビューションガイド
評価
この issue はまだ評価されていません。