Refactor web websockets support (#97)

* Refactor ws handling
This commit is contained in:
Nikolay Kim 2022-01-23 19:56:56 +06:00 committed by GitHub
parent e5efdab4ed
commit 5d9a653f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 356 additions and 727 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.11] - 2022-01-23
* Remove useless stream::Dispatcher and sink::SinkService
## [0.1.10] - 2022-01-17
* Add time::query_system_time(), it does not use async runtime