UI stop bot shuts down entire application

Issue #314 resolved
Benjamin Cordes created an issue

Shutdownhook has to be bot specific. This is a bit tricky, since it requires separating bot thread from main thread. Shutdownhook contains this line

Thread.currentThread().interrupt();

Comments (6)

  1. Log in to comment