Skip to content

v0.3.0

Compare
Choose a tag to compare
@gschup gschup released this 28 Jul 11:39

upped the version count to 0.3.0 since some of the changes are breaking changes.

  • GGRSError::InvalidRequest now has an added info 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