How do i use Promesa from Babashka? I included it my deps, and required it and i get error:
lojure.lang.ExceptionInfo: Protocol not found: clojure.core/Inst user promesa/util.cljc:26:1
Evaluation of file main.clj failed: class clojure.lang.ExceptionInforunning it with bb main.clj
Or is there a more easy/idomatic way talk to a websocket asynchronously in bb/clj?
@chromalchemy you can run promesa in bb by including it in bb.edn, but currently you need to include the latest git commit sha, since the mvn version isn't compatible yet
> Or is there a more easy/idomatic way talk to a websocket asynchronously in bb/clj? don't know, core.async is built in, not sure if that helps
Ok thanks