what's your preferred logging practice with yada?
admittedly I'm not settled on any nice logging library with clojure
also unrelated, is this a valid way to keep a yada server from shutting down immediately?
(future @(promise))) ;; block forever to keep the yada server alive
... I have my program terminate right away unless I do this after starting yada :thinking_face: am I using yada wrong if I need this?Thanks 🙂 So (future @(promise))
is idiomatic for such a situation?
by the way, couldn't figure out how to have it bind an https port
:thumbsup:
Is there a way to use parse-stream in parallel?
just checking... Is it considered a hack, or is yada commonly also used in https environments, i.e. in production?