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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
mirrord up can now run a subset of services (mirrord up service-a service-b), and services can be marked skip: true.
Fixed
Fixed mirrord exec on Windows failing to launch targets whose executable
path contains a space (e.g. Python installed under C:\Program Files), by
quoting the child command line instead of naively space-joining the
arguments.
Fixed a layer <-> intproxy protocol framing bug that broke sessions where
an app opened many concurrent outgoing connections.
Windows layer now falls back to a random local port when the requested bind
port is busy, matching the unix layer's behavior.