well-typed / grapesy

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

Fix the connection watch thread #135

Closed edsko closed 2 months ago

edsko commented 2 months ago

We were calling waitForThread, which actually only waits for normal thread termination, and throws an exception otherwise. This resulted in uncaught exceptions. We are now more explicit about this.

/cc @FinleyMcIlwaine