Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqixu committed Jan 16, 2024
1 parent d647dd2 commit cba359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/wsclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (c *wsClient) runOneCycle(ctx context.Context) {
c.common.Logger.Debugf("Waiting for receiver to stop.")
select {
case <-r.IsStopped():
c.common.Logger.Debugf(Receiver stopped.")
c.common.Logger.Debugf("Receiver stopped.")
case <-time.After(c.connShutdownTimeout):
c.common.Logger.Debugf("Timeout waiting for receiver to stop.")
// Close the connection to force the receive loop to stop.
Expand Down

0 comments on commit cba359a

Please sign in to comment.