I know that this is not a compojure
channel, still - Can compojure work with Ring’s new async handlers?
@tomerweller Based on this code, yes: https://github.com/weavejester/compojure/blob/master/src/compojure/core.clj#L193
@seancorfield Thanks. Looks like it supports it indeed. Still, I’m running the jetty ring adapter with :async true
but getting Wrong number of args (1) passed to: handler/async-root
when using a 3-arity handler. What can I be missing?
Shit. It’s :async?
with a question mark. missed that.