Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make wrap_cmd work as a simple run when using unix sockets #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 16, 2024

  1. Make wrap_cmd a simple run for unix sockets

    If unix-target is specified, don't use rebind (fixes a crash when
    accessing target_port).  If unix-listen is specified, there is no port
    argument to skip.
    
    Currently if you specify a wrap_cmd along with a unix_listen socket or a
    unix_target, things break because of the lack of port.  Admittedly there
    is little reason to use wrap_cmd in this case because you could just run
    it separately, but it's still a convenient to just run the command.
    dylex committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3b1fee6 View commit details
    Browse the repository at this point in the history