- Better exit handling by making the receiving loop a daemon thread - Handle `EOFError`
1.5.0
- Scrapped the reprompting implementation entirely. Instead, we patch stdout to print above the prompt, preventing it from being overwritten. - Removed `--parse-interval`. It's not longer needed since we don't have to wait for reprompting between received messages.
1.4.4
- Fix client not being in scope in `close()` - Add `--parse-interval` option that sets the delay between the parsing of each received packet
1.4.3
- Better implementation of previous race condition fix. Handling of messages and the prompt properly when the server's latency is extremely low, without using a hacky `sleep` method
1.4.2
- Fix for race condition between client-side command output and re-prompting implementation