Description:
The class com.pokegoapi.main.RequestHandler contains a ExecutorService created by Executors.newFixedThreadPool(1). This leads to a non-daemon thread preventing the normal application shutdown.
Steps to reproduce:
Just log in successfully... the thread will then be there.
Expected behavior:
The thread should be a daemon thread.
Version:
using jar packed by jitpack from push 3df35da