mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-28 13:03:22 +08:00
golangci-lint run
This commit is contained in:
@@ -206,7 +206,7 @@ func (client *Client) read() {
|
||||
client.Close()
|
||||
client.logger.Debugf(client.ctx, "client are about to be reconnected..")
|
||||
time.Sleep(client.config.ConnectInterval)
|
||||
client.Start()
|
||||
_ = client.Start()
|
||||
}()
|
||||
|
||||
if err := client.conn.Run(); err != nil {
|
||||
|
Reference in New Issue
Block a user