client: fix resetting time decoder (#642)

This commit is contained in:
Alessandro Ros
2024-11-04 13:21:49 +01:00
committed by GitHub
parent 22426c2f18
commit 9ac016c5dd

View File

@@ -855,6 +855,7 @@ func (c *Client) stopReadRoutines() {
}
c.timeDecoder = nil
c.timeDecoder2 = nil
}
func (c *Client) startWriter() {