statsig-io / java-server-sdk

An SDK for Java or Kotlin intended for multi-user/server environments
ISC License
7 stars 3 forks source link

Fixes of coroutines #1

Closed pablobaxter closed 2 years ago

pablobaxter commented 2 years ago

Fixes a few issues with the Java SDK that would cause unnecessary thread blocks or spin up a new coroutine, without getting a reference to the job.

pablobaxter commented 2 years ago

I am curious what the failure was for the CI build. I'm guessing it had to do with the TestCoroutineScope, but I wasn't able to test this when I made the PR.