Describe the bug
Application instance control was accidentally disabled in v0.2.0-beta.9. This allows multiple instances of the Bot application wcbot to run at the same time on the same machine.
To Reproduce
Steps to reproduce the behavior:
Run wcbot twice.
Expected behavior
Secondary instances of wcbot will detect that there is a primary instance already running and will refuse to start.
Describe the bug Application instance control was accidentally disabled in v0.2.0-beta.9. This allows multiple instances of the Bot application
wcbot
to run at the same time on the same machine.To Reproduce Steps to reproduce the behavior:
wcbot
twice.Expected behavior Secondary instances of
wcbot
will detect that there is a primary instance already running and will refuse to start.