typelevel / cats-effect

The pure asynchronous runtime for Scala
https://typelevel.org/cats-effect/
Apache License 2.0
2.02k stars 517 forks source link

When `IORuntime.global` shuts down, it doesn't shut down the WSTP #4066

Closed durban closed 5 months ago

durban commented 5 months ago

... or other Executors. I've noticed this when debugging #4055. PR incoming...

durban commented 5 months ago

Fixed by #4067.