We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sch-send!
1 parent 728901a commit a4cf644Copy full SHA for a4cf644
src/taoensso/sente/server_adapters/undertow.clj
@@ -18,7 +18,9 @@
18
i/IServerChan
19
(sch-open? [sch] (.isOpen sch))
20
(sch-close! [sch] (.sendClose sch))
21
- (sch-send! [sch websocket? msg] (websocket/send msg sch)))
+ (sch-send! [sch websocket? msg]
22
+ (websocket/send msg sch)
23
+ (i/sch-open? sch)))
24
25
(extend-protocol response/RespondBody
26
WebSocketConnectionCallback
0 commit comments