Skip to content

Commit

Permalink
client: fix resetting time decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Nov 4, 2024
1 parent 22426c2 commit 57c0ded
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 57c0ded

Please sign in to comment.