Skip to content

Commit

Permalink
fixup! fixup! websockets init
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Oct 7, 2023
1 parent 7e4d85c commit 3d53671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/s_exp/mina/websocket/listener.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
(io.helidon.websocket WsListener WsSession)
(java.util Optional)))

(set! *warn-on-reflection* true)

(defn make-listener
^WsListener [{:as _listener
:keys [message ping pong close error open http-upgrade]
Expand Down

0 comments on commit 3d53671

Please sign in to comment.