Skip to content

Starting a session and closing right away does not close the JVM #235

@dsvensson

Description

@dsvensson

Does not close all threads on shutdown, the following code has to hope for OkHttp to terminate.

val config = FileConfiguration("--conf-file=${args[0]}")
val session = Session.Builder(config).create()
session.close()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions