Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

update documentation to enable ws & rustls / openssl if user wants to use websockets #1197

Merged
merged 1 commit into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethers-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ println!("Got code: {}", serde_json::to_string(&code)?);

# Websockets

The crate has support for WebSockets via Tokio.
The crate has support for WebSockets via Tokio. Please ensure that you have the "ws" and "rustls" / "openssl" features enabled if you wish to use WebSockets.

```
# async fn foo() -> Result<(), Box<dyn std::error::Error>> {
Expand Down