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
{{ message }}
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
This is a pretty uncommon thing to do, but it can happen for instance when testing a nested compositor. It could also happen by accident. Two options:
When creating the socket, attempt to connect to it first to determine if an oguri already lives there. If so, disable the new instance's IPC. (Can't just check the file exists, could get stuck.)
Add the pid to the filename, at the cost of the path no longer being predictable.
The second option could be improved by a configurable path.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a pretty uncommon thing to do, but it can happen for instance when testing a nested compositor. It could also happen by accident. Two options:
The second option could be improved by a configurable path.
The text was updated successfully, but these errors were encountered: