bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Broken with ring 1.9.1 #284

Closed thiru closed 3 years ago

thiru commented 3 years ago

I tried updating my ring dependencies from 1.8.2 to 1.91. When doing so I get the following error

Execution error (ArityException) at figwheel.server.jetty-websocket/async-websocket-configurator$fn$fn (jetty_websocket.clj:116).
Wrong number of args (2) passed to: ring.adapter.jetty/async-proxy-handler
bhauman commented 3 years ago

I'll take a look.

bhauman commented 3 years ago

Deploying a fix to 0.2.13-SNAPSHOT

thiru commented 3 years ago

It works! Thank you!