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 Mar 22, 2023
1 parent 14a3e0e commit dbb0ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-project/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
server (jetty/run-jetty ring-handler {:port port
:async? true
:join? false
:websockets {"/chsk" ws-handshake}})]
#_#_:websockets {"/chsk" ws-handshake}})]
[port (fn [] (jetty/stop-server server))])
;; ------------------------------------------------------------------

Expand Down

0 comments on commit dbb0ae0

Please sign in to comment.