Use ws instead of wss in the doc-test

This commit is contained in:
Igor Aleksanov 2020-09-07 13:14:42 +03:00
parent 0e4e0ab5f9
commit 93bc3a7dd0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
//! #[actix_rt::main] //! #[actix_rt::main]
//! async fn main() { //! async fn main() {
//! let (_resp, mut connection) = Client::new() //! let (_resp, mut connection) = Client::new()
//! .ws("wss://echo.websocket.org") //! .ws("ws://echo.websocket.org")
//! .connect() //! .connect()
//! .await //! .await
//! .unwrap(); //! .unwrap();