From 9ac016c5dda58527ea9f9b0b942c6dcde57a1c0b Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Mon, 4 Nov 2024 13:21:49 +0100 Subject: [PATCH] client: fix resetting time decoder (#642) --- client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client.go b/client.go index 6fe5335d..712f7911 100644 --- a/client.go +++ b/client.go @@ -855,6 +855,7 @@ func (c *Client) stopReadRoutines() { } c.timeDecoder = nil + c.timeDecoder2 = nil } func (c *Client) startWriter() {