well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Uncaught `KilledByHttp2ThreadManager` exceptions #156

Open edsko opened 2 weeks ago

edsko commented 2 weeks ago

When running the test suite, we're getting output such as

Uncaught exception in ThreadId 9542 (unknown label): KilledByHttp2ThreadManager (Just ConnectionIsClosed)

(coming from uncaughtExceptionHandler in test-grapesy/Main.hs). I previously tried to fix this (https://github.com/kazu-yamamoto/http2/pull/92) but something changed somewhere and now we're still seeing these exceptions occassionally. I think it doesn't infer with the functionality of the library, but it's confusing output nonetheless.