We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7b168 commit 15b5d6dCopy full SHA for 15b5d6d
src/bortexz/resocket.clj
@@ -212,7 +212,8 @@
212
- `close-timeout` (optional) millisecond to wait before aborting the connection after closing the output. Defaults to
213
10000 (10 secs).
214
- `ex-handler` (optional) unary fn called with errors happening on internal calls to the jdk11 websocket. Defaults to
215
- use uncaught exception handler."
+ use uncaught exception handler. Errors are wrapped in an ExceptionInfo that contains :val, :port and :error on its
216
+ data."
217
([url] (connection url {}))
218
([url {:keys [ping-interval
219
ping-timeout
0 commit comments