Add handling for stale and active group sockets

This commit is contained in:
Robbert van der Helm
2020-05-22 18:19:37 +02:00
parent 5b4b62d7c4
commit 9fb7f1fc03
2 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class GroupBridge {
*
* @param gruop_socket_path The path to the group socket endpoint. This path
* should be in the form of
* `/tmp/yabridge-group-<group_name>-<wine_prefix_id>-<architecture>`
* `/tmp/yabridge-group-<group_name>-<wine_prefix_id>-<architecture>.sock`
* where `<wine_prefix_id>` is a numerical hash as explained in the
* `create_logger_prefix()` function in `./group.cpp`.
*