dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

Graceful disconnect #746

Closed mhelleborg closed 1 year ago

mhelleborg commented 1 year ago

Summary

Adds graceful disconnects for event handlers. This ensures that the system waits for the current handlers to complete before completing shutdowns / disconnects.

Also adresses some minor internal fixes.

Changed

Fixed

TomasEkeli commented 1 year ago

let's get it out and try it out!