sixthnormal / clj-3df

Clojure(Script) client for Declarative Dataflow.
Eclipse Public License 2.0
328 stars 13 forks source link

fix `unlisten-query!` #44

Closed spacegangster closed 4 years ago

spacegangster commented 4 years ago

Current unlisten-query! uses update-in which will treat query-name as update path, leading to unwanted behaviour like {\l {\o {\a {\n {\s nil}}}}}. This fix is tested in a REPL.

comnik commented 4 years ago

Thanks!