You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This port is widely used by other software (mostly some server-side apps).
The proper solution is to use first open&available port.
I am not sure if it's possible in ObjC, but in Java when you create server socket, you can specify port=0 there. In this case app uses first available port.
The text was updated successfully, but these errors were encountered:
This port is widely used by other software (mostly some server-side apps).
The proper solution is to use first open&available port.
I am not sure if it's possible in ObjC, but in Java when you create server socket, you can specify port=0 there. In this case app uses first available port.
The text was updated successfully, but these errors were encountered: