yada

matan 2018-03-23T08:12:07.000352Z

what's your preferred logging practice with yada?

matan 2018-03-23T08:12:36.000046Z

admittedly I'm not settled on any nice logging library with clojure

matan 2018-03-23T08:16:47.000061Z

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?

matan 2018-03-23T13:15:25.000291Z

Thanks 🙂 So (future @(promise)) is idiomatic for such a situation?

matan 2018-03-23T13:16:00.000032Z

by the way, couldn't figure out how to have it bind an https port

matan 2018-03-24T16:22:08.000039Z

:thumbsup:

2018-03-23T16:18:45.000620Z

Is there a way to use parse-stream in parallel?

dominicm 2018-03-23T17:21:15.000138Z

https://github.com/SevereOverfl0w/aleph-yada-ssl

matan 2018-03-23T23:28:34.000159Z

just checking... Is it considered a hack, or is yada commonly also used in https environments, i.e. in production?