Update README to be clearer about Websocket heartbeats.

This commit is contained in:
Ola
2022-09-26 17:56:22 +02:00
parent f46f868ce3
commit 00a6f44fc3
+1 -1
View File
@@ -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