How do I shut a client down? I tried doing `client.end()`, but that only caused it to reconnect.
How do I shut a client down? I tried doing
client.end(), but that only caused it to reconnect.