(<send-msg! {:keys [arg conn-id msg-type-name server timeout-ms]})
(make-ep {:keys [handlers on-connect on-disconnect protocol *shutdown?]})
(make-on-connect {:keys [path->ep *conn-id->sender *server]})
(make-path->ep {:keys [path->endpoint-info *shutdown?]})
(send-packet! conn packet)
(server {:keys [certificate-str private-key-str path->endpoint-info port]
:as config})
(shutdown! server)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close