codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Instance does not shut down after commands exit #213

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

Call ShutdownListener::publish in CoreLauncher's currently empty exit method. This will notify the ConsoleLogger to shut down its thread and the application shoild exit.

Verify that the shutdown hook still works and that exit messages are logged.

codingchili commented 6 years ago

Fixed in 45e82e8b1091851c274299652f22ad4e1a6f6a14.