mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
460 B
460 B
Reconnecting
Most, if not all, of the client libraries will reconnect to the server if they are disconnected due to a network problem. The reconnect logic can differ by library, so check your client libraries. In general, the client will try to connect to all of the servers it knows about, either through the URLs provided in connect
or the URLs provided by its most recent server. The library may have several options to help control reconnect behavior.