BigOokie / skywire-wing-commander

Wing Commander is a Telegram bot written in GO designed to help the Skyfleet community manage their Skyminers
MIT License
13 stars 5 forks source link

Application instance control broken #28

Closed BigOokie closed 6 years ago

BigOokie commented 6 years ago

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:

  1. Run wcbot twice.

Expected behavior Secondary instances of wcbot will detect that there is a primary instance already running and will refuse to start.