We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581655b commit 79cd67cCopy full SHA for 79cd67c
ring-jetty-adapter/test/ring/adapter/test/jetty.clj
@@ -816,7 +816,8 @@
816
(on-close [_ _ _ _])
817
wsp/PingListener
818
(on-ping [_ sock data]
819
- (swap! log conj [:ping (buf->str (.duplicate data))])
+ (swap! log conj
820
+ [:ping (buf->str (.duplicate ^ByteBuffer data))])
821
(ws/pong sock data)))})]
822
(with-server handler {:port test-port}
823
(let [ws @(hato/websocket test-websocket-url
0 commit comments