ws-v0.3.0
版本发布时间: 2024-07-20 14:42:03
actix/actix-extras最新发布版本:session-v0.10.1(2024-09-13 02:57:02)
- Add
AggregatedMessage[Stream]
types. - Add
MessageStream::max_frame_size()
setter method. - Add
Session::continuation()
method. - The
Session::text()
method now receives animpl Into<ByteString>
, making broadcasting text messages more efficient. - Remove type parameters from
Session::{text, binary}()
methods, replacing with equivalentimpl Trait
parameters. - Reduce memory usage by
take
-ing (rather thansplit
-ing) the encoded buffer when yielding bytes in the response stream.