mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
adopt actix-ws crate (#361)
This commit is contained in:
10
actix-ws/CHANGELOG.md
Normal file
10
actix-ws/CHANGELOG.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
|
||||
## 0.2.5
|
||||
|
||||
- Adopted into @actix org from <https://git.asonix.dog/asonix/actix-actorless-websockets>.
|
Reference in New Issue
Block a user