update readme

This commit is contained in:
2025-11-06 18:57:28 +01:00
parent a6876f9f0b
commit c3b62a3a95
2 changed files with 97 additions and 92 deletions
+1 -1
View File
@@ -149,6 +149,6 @@ func (s *Server) HandleMessage(ws *websocket.Conn, msg []byte) {
func (s *Server) SendPong(ws *websocket.Conn) {
if err := ws.WriteMessage(websocket.PongMessage, nil); err != nil {
log.Printf("error sending pong", err)
log.Printf("error sending pong: %v", err)
}
}