Skip to content

RequestHandler uses non-deamon threads #378

@noxone

Description

@noxone

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions