Skip to content

V0.9.1 - Minor Bugfixes

Compare
Choose a tag to compare
@frankvHoof93 frankvHoof93 released this 31 Mar 19:17
· 82 commits to main since this release
158470c

[0.9.1] - 2023-03-31

Added

  • Added newly found Message-Data (recently added by ByteDance)

Fixed

  • Added overly cautious Null-Checking in Model. Instead of Nullref, data will now simply default to NULL if not available
  • Fixed invalid DataType in WebcastRoomPinMessage (Pos 35)

Changed

  • Updated Model based on Protobuf
  • Buffer-array for messages is now re-used to minimize garbage
  • Connecting-Boolean is now set to False once fully connected

Removed

  • Removed Dispatching for Debug-Logs in Unity, as it is not required and only adds overhead.