1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Do not block on sink drop for FramedTransport

This commit is contained in:
Nikolay Kim
2019-06-26 15:20:07 +06:00
parent 205cac82ce
commit 27baf03f64
4 changed files with 35 additions and 33 deletions

View File

@ -1,6 +1,13 @@
# Changes
##[0.4.1] - 2019-05-15
## [0.4.2] - 2019-06-26
### Fixed
* Do not block on sink drop for FramedTransport
## [0.4.1] - 2019-05-15
### Changed