Skip to content

Commit

Permalink
fix:踢下线后,中断连接
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Oct 9, 2024
1 parent 9f9cfb8 commit de8775b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ func decodeOlPushServicePacket(c *QQClient, pkt *network.Packet) (any, error) {
}

func decodeKickNTPacket(c *QQClient, pkt *network.Packet) (any, error) {
c.Disconnect()
return nil, nil
}

Expand Down

0 comments on commit de8775b

Please sign in to comment.