mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
📎 Remove unnecesary logging on ws io exception
This commit is contained in:
parent
a868840132
commit
4909d6574e
@ -101,7 +101,8 @@
|
|||||||
(fn [_ error]
|
(fn [_ error]
|
||||||
(a/close! close-ch)
|
(a/close! close-ch)
|
||||||
(when-not (or (instance? java.nio.channels.ClosedChannelException error)
|
(when-not (or (instance? java.nio.channels.ClosedChannelException error)
|
||||||
(instance? java.net.SocketException error))
|
(instance? java.net.SocketException error)
|
||||||
|
(instance? java.io.IOException error))
|
||||||
(l/error :hint (ex-message error) :cause error)))
|
(l/error :hint (ex-message error) :cause error)))
|
||||||
|
|
||||||
on-ws-message
|
on-ws-message
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user