taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.74k stars 193 forks source link

Add server adapter for `ring-jetty9-adapter` #424

Open ptaoussanis opened 1 year ago

ptaoussanis commented 1 year ago

This is an open-call for pull requests.

Sente's adapter for ring-jetty-adapter is currently broken, and so will be temporarily removed from the upcoming Sente v1.18 release.

From a brief exchange with ring-jetty-adapter's author, it sounds like it might be necessary for the adapter to use Sente's new experimental support for 3-arity (async) Ring handlers described here.