Skip to content

Commit

Permalink
fix flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Apr 11, 2021
1 parent c751f3a commit 5a90a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ func (c *QQClient) quickReconnect() {
}

func (c *QQClient) Disconnect() {
c.Online = false
c.TCP.Close()
}

Expand Down

0 comments on commit 5a90a59

Please sign in to comment.