Skip to content

Commit

Permalink
fixup! [mod] [taoensso#424] reintroduce fixed jetty9-ring-adapter s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
TimoKramer committed Apr 11, 2023
1 parent 1758ddd commit 48c4d44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example-project/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@

(defonce chsk-server
(sente/make-channel-socket-server!
(get-sch-adapter) {:packer packer
:csrf-token-fn nil})))
(get-sch-adapter) {:packer packer})))

(let [{:keys [ch-recv send-fn connected-uids
ajax-post-fn ajax-get-or-ws-handshake-fn]}
Expand Down

0 comments on commit 48c4d44

Please sign in to comment.