Allow connections only when window is (not) open - not working #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
first of all - thank you for the great project!
The problem is, that in custom-generated client, the setting "allow-only-conn-widow-open" seems to be always active, no matter if I turn it off or not.
With custom-generated client, even if you set up unattended access - it works only if the window is displayed on the screen (when is minimized in tray, you are offline).
With original client the issue doesn't exist.
The issue is caused from using an app name that for some reason doesn't run the service correctly. Try using an app name with no spaces or special characters.
Yes, indeed - after removing spaces and replacing "-" with "_" in field "Custom Application Name (leave blank to use default):", the service works in background correctly.
Thank you!