Crates.io | tokio-tungstenite-keepalive |
lib.rs | tokio-tungstenite-keepalive |
version | 0.1.0 |
source | src |
created_at | 2022-10-06 08:32:52.030184 |
updated_at | 2022-10-06 08:32:52.030184 |
description | A library to wrap WebsocketStreams in order to make them respond to Ping |
homepage | |
repository | https://github.com/GnomedDev/tokio-tungstenite-keepalive |
max_upload_size | |
id | 681098 |
size | 7,181 |
A library to wrap a WebsocketStream in order for it to always respond to Ping
messages
within a timely manner, without having to check for it manually, keeping connections alive.