VRCFaceTracking icon indicating copy to clipboard operation
VRCFaceTracking copied to clipboard

Fixed crash on invalid ip and or port change

Open ThatGuyThimo opened this issue 4 months ago • 2 comments

When changing the ip address or port number to an invalid value on the next restart the app would crash do to the loaded invalid value'(s),

This pull requests checks if: the ip address is not blank or white space, the ip is an valid ip address, it is a resolvable hostname. It also checks if the ports are not smaller than 1.

Let me know if the code needs any modifications.

ThatGuyThimo avatar Oct 07 '24 19:10 ThatGuyThimo