v0.3.0
upped the version count to 0.3.0 since some of the changes are breaking changes.
GGRSError::InvalidRequest
now has an addedinfo
field to explain the problem in more detail- removed unused
GGRSError::GeneralFailure
- removed multiple methods in
SyncTestSession
, as they didn't fulfill any meaningful purpose - removed unused sequence number from message header, fixing related issues
- fixed an issue where out-of-order packets would cause a crash
- other minor improvements