mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
ws ping and pong uses bytes #1049
This commit is contained in:
parent
42258ee289
commit
a3ce371312
3 changed files with 16 additions and 11 deletions
|
@ -78,7 +78,7 @@ actix-tls = { version = "1.0.0-alpha.3" }
|
|||
|
||||
actix-web-codegen = "0.2.0-alpha.2"
|
||||
actix-http = "1.0.0-alpha.4"
|
||||
awc = { version = "1.0.0-alpha.3", default-features = false, optional = true }
|
||||
awc = { version = "1.0.0-alpha.4", default-features = false, optional = true }
|
||||
|
||||
bytes = "0.5.2"
|
||||
derive_more = "0.99.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue