siilisolutions / hedge

a serverless solution for clojure
Eclipse Public License 1.0
39 stars 6 forks source link

fix critical bug (def opatoms -> (let [opatoms #106

Closed erkkikeranen closed 6 years ago

erkkikeranen commented 6 years ago

fixed critical bug.

Found out that def would create an object that would share state between multiple function invocations. This solution makes the state scope / request specific.

fixes #108