From 604482064e5dd5c9716760939dc6d4fca1905343 Mon Sep 17 00:00:00 2001 From: biohackerellie Date: Fri, 6 Dec 2024 06:09:18 -0700 Subject: [PATCH] chore: fix typo in client.go --- client.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.go b/client.go index 1bb5aa8..990dbca 100644 --- a/client.go +++ b/client.go @@ -125,7 +125,10 @@ func (c *Client) readPump(ctx context.Context) { } } } +} + // writePump writes messages to the WebSocket connection. + func (c *Client) writePump(ctx context.Context) { ticker := time.NewTicker(pingPeriod) defer func() {