actix / actix/actix-web

Modify WebSocket continuation support to not expose Continuations at Message-level

オープン
#1,350 コメント 5 件 リアクション 10 件 担当者 0 名 GitHub で見る
A-http A-web-actors C-improvement
主要言語
Rust
スター
24.8k
フォーク
1.9k
平均マージ
23時間 10分
マージ済み PR(30日)
26

説明

Right now the WebSocket implementation, while it does support continuation frames, does nothing to combine those frames together into single messages, making it somewhat difficult to use the library. (This is especially important because, as noted [in the former WS continuation issue](https://github.com/actix/actix-web/issues/916), Chrome uses continuations all the time.)

I think the intent of the WebSocket RFC is for you to not need to worry about continuations at the message level, so the `Message` struct probably shouldn't include them.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。