Skip to content

v5.0.0.3 - Integer overflow fix

Latest
Compare
Choose a tag to compare
@BarRaider BarRaider released this 28 Oct 06:44
· 7 commits to master since this release
bb509e5

Ported to use new OBS Websocket v5.0
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version.

What's new in v5.0.0.3

  • Fixed issue with integer overflow for OutputStatus objects
    (Previous updates):
  • Each event now has a dedicated EventArgs class. This will break the previous event signature
  • Finished adding all v5 methods
  • Connect() function is now obsolete, use ConnectAsync() instead.
  • Additional bugfixes and stability fixes