1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

allow to send messages to framed transport via mpsc channel

This commit is contained in:
Nikolay Kim
2019-03-20 09:44:23 -07:00
parent ef1bdb2eb2
commit e0d3581239
2 changed files with 69 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changes
### Added
* Allow to send messages to `FramedTransport` via mpsc channel.
## [0.3.4] - 2019-03-12
### Changed