VRCOscLib v1.4.0
What's Changed
- Release v1.4.0 in #28
Full Changelog: 1.3.3...1.4.0
Breaking changes in v1.4.0
** Behavior when a server with PORT=9001 already exists **
Version | occurred Exception on type initializer | occurred Exception on OscUtility.Initialize() |
After closing the server with PORT=9001 |
---|---|---|---|
current (v1.3.3) | System.TypeInitializationException |
System.TypeInitializationException |
throws System.TypeInitializationException |
the pr (v1.4.0) | None | System.Net.Sockets.SocketException |
throws no exceptions (run correctly) |
On after this release, VRCOscLib sets OscUtility.IsFailedAutoInitialization
to true
when the Type Initializer fails. Sets false
on success.