Skip to content

Commit

Permalink
client: fix resetting time decoder (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Nov 4, 2024
1 parent 22426c2 commit 9ac016c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ func (c *Client) stopReadRoutines() {
}

c.timeDecoder = nil
c.timeDecoder2 = nil
}

func (c *Client) startWriter() {
Expand Down

0 comments on commit 9ac016c

Please sign in to comment.