From 00a6f44fc3c42e828117dc18afb6e327b7e5d217 Mon Sep 17 00:00:00 2001 From: Ola <1386739+olahol@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:56:22 +0200 Subject: [PATCH] Update README to be clearer about Websocket heartbeats. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2879104..0d7c875 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ your way so you can write real-time apps. Features include: * [x] Clear and easy interface similar to `net/http` or Gin. * [x] A simple way to broadcast to all or selected connected sessions. * [x] Message buffers making concurrent writing safe. -* [x] Automatic handling of ping/pong and session timeouts. +* [x] Automatic handling of sending ping/pong heartbeats that timeout broken sessions. * [x] Store data on sessions. ## Install