We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c94a3d commit bd3dca3Copy full SHA for bd3dca3
test/xiana/web_socket/integration_test.clj
@@ -15,9 +15,9 @@
15
(log/info "Message: " msg)
16
(ws/send! ch msg))
17
:on-error (fn [ch _e] (ws/close! ch))
18
- :on-pong (fn [ch msg]
+ :on-pong (fn [_ch _msg]
19
(tap> [:ws :pong]))
20
- :on-ping (fn [ch msg]
+ :on-ping (fn [_ch _msg]
21
(tap> [:ws :ping]))
22
:on-close (fn [_ch _status _reason]
23
(log/info "\nCLOSE=============="))
0 commit comments