Message Buffer Fix
This release includes a small fix for the case of when the socket disconnects whilst the message buffer still has data, and then on reconnect the remaining message data from previous connection corrupts the new incoming messages. The solution is to reset the message buffer on every connect.
Changelog:
- 0.2.0-0.0.1: Fix - Resetting message buffer before reconnect attempts #27