Skip to content

Async improvements for short lived apps

Latest
Compare
Choose a tag to compare
@mmcdaris mmcdaris released this 02 Sep 17:50
· 22 commits to master since this release
af363d7

Fix: Send errors async and shutdown afterwards

In some cases the program exits before the error can be sent. This change ensures the error is sent asynchronously and shuts down the executor when the thread exits.