I am using NATS in my application. I have NATS server setup in Linux. When I run my application, it is connecting NATS and subscribing to Topic and processing the data, everything is fine. But, when I tried to see the disconnection and reconnection events (for network drop scenarios). I am seeing multiple reconnected events happing when network restores. Is anyone facing the issue.