Skip to content

fix: prevent duplicate WSS auto-start from dual plugin installs#94

Merged
blaspat merged 1 commit into
mainfrom
fix/dedup-auto-start
Jul 20, 2026
Merged

fix: prevent duplicate WSS auto-start from dual plugin installs#94
blaspat merged 1 commit into
mainfrom
fix/dedup-auto-start

Conversation

@blaspat

@blaspat blaspat commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Module-level guard. When plugin is installed in both global and profile dirs, only the first register() starts the server. Second logs and no-ops.

Adds module-level _auto_start_done flag. When the plugin is installed in both global and profile directories, only the first register() call attempts to start the WSS server. The second logs and returns.

Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
@blaspat
blaspat merged commit 182f5c5 into main Jul 20, 2026
2 checks passed
@blaspat
blaspat deleted the fix/dedup-auto-start branch July 20, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant