Replies: 1 comment 1 reply
-
There is a certain reason for that. Due to how the I/O loop is implemented in One day I'd love us to pull it off but likely not before 3.13 and then 4.0 ship. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi experts,
I have been using event exchange plugin to detect connections events for managing clients. I noticed that the plugin doesn't generate connection close event if the client was ungracefully terminated or in the case the connection times out due to keepalive miss. Does the broker generate any events for these scenarios that can be consumed via event exchange for monitoring?
Polling for connections list is another way, but I wanted to check if this can be detected via an event.
Beta Was this translation helpful? Give feedback.
All reactions