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
Generate debug port in range for Chrome DevTools websocket - iOS (#3275)
* fix generating port for debug socket when debugging ios with chrome devtools
When generating a port to start a websocket on, use the same logic as is present in the android debug service - get the first available available port in a range, and reuse it for the next debug session of the same application if it is still available
* fix(device-socket): iOS Socket proxy should listen on IPv4 localhost adapter
Check for available port is done on this adapter and by default server is launched on "::" which is IPv6's any adapter
0 commit comments