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

@ -16,5 +16,6 @@ syn = { version = "^1", features = ["full", "parsing"] }
proc-macro2 = "^1"
[dev-dependencies]
ntex = "0.5.0-b.0"
ntex = { version = "0.5.0", features = ["tokio"] }
futures = "0.3"
env_logger = "0.9"