mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
6b04450703
* Enable sending continuations from an actix-ws Session * actix-ws: Allow sending continuations from Session * Convert ignored doctests to no_run doctests --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
12 lines
419 B
Markdown
12 lines
419 B
Markdown
# Changelog
|
|
|
|
## Unreleased
|
|
|
|
- Remove type parameters from `Session::{text, binary}()` methods, replacing with equivalent `impl Trait` parameters.
|
|
- `Session::text()` now receives an `impl Into<ByteString>`, making broadcasting text messages more efficient.
|
|
- Allow sending continuations via `Session::continuation()`
|
|
|
|
## 0.2.5
|
|
|
|
- Adopted into @actix org from <https://git.asonix.dog/asonix/actix-actorless-websockets>.
|