mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
5 lines
302 B
Markdown
5 lines
302 B
Markdown
# Listening for Reconnect Events
|
|
|
|
Because reconnect is primarily under the covers many libraries provide an event listener you can use to be notified of reconnect events. This event can be especially important for applications sending a lot of messages.
|
|
|
|
!INCLUDE "../../_examples/reconnect_event.html" |