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
It is not possible to run more than one instance of jack-matchmaker at the same time unless the -N is used to set distinctive JACK client names. The second instance only connects the moment after the first one closes.
jack-matchmaker erroneously interprets a non-zero return value of jack_client_open which has the JackNameNotUnique bit set as an error and remains in the re-connect loop.