zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
119 stars 16 forks source link

Avoid closing DB datasource more than once #84

Closed PetrGlad closed 8 years ago

PetrGlad commented 8 years ago

Second call to component stop would produce exception. Not holding a reference to datasource would presumably help with GC.

PetrGlad commented 8 years ago

Any chance to have it merged?

PetrGlad commented 8 years ago

:+1:

dryewo commented 8 years ago

👍

harti2006 commented 8 years ago

:+1: