scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

Build commands never finish #91

Closed holyjak closed 3 months ago

holyjak commented 3 months ago

n Wolframite build process, we experience the problem that our builds never finish. This is due to http-kit server-loop that keeps running. It is started by Portal, which seems to be started by Clay whenever it (and, indirectly, its scicloj.clay.v2.util.portal ns) is required. This is rather unfortunate. WDYT about this? Discussion