duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

Shutdown hook should run component/stop on a running system #45

Closed kajism closed 8 years ago

kajism commented 8 years ago

I missed some shutdown log messages in production log and it seems we should call (component/stop system) on a system returned by (component/start system) not the loaded system.