-
Notifications
You must be signed in to change notification settings - Fork 222
Singleton mode on multi-user server #1244
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
Comments
A not-so-good solution: Enable the Each user should have his portable |
@love-linger seems like the issue is in the NamedPipeServerStream creation, that reports an exception with message "Address already in use" when trying to open the UI from different user accounts on the same server, even with the |
… to allow multiple users usage on the same server (sourcegit-scm#1244)
Merged. You can download the latest CI build from Github Action. |
Hi,
It seems the singleton mode broke something on our end. We are a team working on a shared server, and only one of us can open sourcegit at a time (if a user has sourcegit open, none of the others can open it).
Do you think it would be possible to fix this issue ?
Have a good day
The text was updated successfully, but these errors were encountered: