VRCFaceTracking
VRCFaceTracking copied to clipboard
Rare UI freeze upon socket conflict.
Noticed when (in very rare instances) where the IP endpoint fails to bind (socket conflict), it will freeze the UI.
https://github.com/benaclejames/VRCFaceTracking/blob/25f7e9548505978be648e8ecf3a507afc14103c3/VRCFaceTracking.Core/Services/OscRecvService.cs#L60-L85
The try/catch can fails and return null, presumably causing the issue. Haven't investigated it deeply yet but it seems like the problem originates here.