-
I have a scenario where I need to identify if one of the clients connected to a subscription has disconnected from the WS This made me wonder a couple of questions regarding the onDisconnect hook (server-side). Our connection uses the Based on that configuration I was wondering if the For example, what would occur in the case that a client briefly loses connections and gains connection again? is the onDisconnect triggered on the server-side? Would the same occurs if there is some lag in the connection? Any information to clarify this scenario is welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please read the documentation for |
Beta Was this translation helpful? Give feedback.
Please read the documentation for
onDisconnect
and then also foronClose
. All your questions are answered within.