Skip to content

Message Buffer Fix

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 31 Mar 21:32
· 23 commits to master since this release
a3d4cb5

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