Skip to content

Commit

Permalink
chore: fix typo in client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
biohackerellie committed Dec 6, 2024
1 parent b10e7b4 commit 6044820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6044820

Please sign in to comment.