Skip to content

Commit

Permalink
actix-ws: Allow sending continuations from Session
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed May 10, 2024
1 parent c9e26bf commit f0fd831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actix-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 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

Expand Down

0 comments on commit f0fd831

Please sign in to comment.