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 65387f5 commit 1758ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-project/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
;;;; Define our Sente channel socket (chsk) server

(let [;; Serialization format, must use same val for client + server:
packer :edn] ; Default packer, a good choice in most cases
packer :edn ; Default packer, a good choice in most cases
;; (sente-transit/get-transit-packer) ; Needs Transit dep

]

(defonce chsk-server
(sente/make-channel-socket-server!
Expand Down

0 comments on commit 1758ddd

Please # to comment.