Skip to content

Commit

Permalink
Fix writer nullpointer panic on network reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Jan 17, 2025
1 parent b7d86f6 commit f3cf4a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,6 @@ func (c *Client) stopTransportRoutines() {
}

c.timeDecoder = nil

c.writer = nil
}

func (c *Client) connOpen() error {
Expand Down

0 comments on commit f3cf4a9

Please sign in to comment.