# Reconexión automática

Si por el motivo que sea, vClient pierde la conexión con el servidor éste intentará volver a conectarse nuevamente con el servidor pasados 60 segundos (este tiempo puede variar según lo haya configurado el programador). Si pasado ese tiempo sigue sin poder conectarse, mientras se mantenga el vClient abierto, éste seguirá intentando la reconexión.

Lo que hará será ejecutar nuevamente la aplicación de forma automática, no retomará la conexión en el punto de la aplicación donde se había perdido la conexión.

{% hint style="info" %}
Esta funcionalidad es exclusiva del componente Velneo vClient.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/36/velneo-vclient/funcionalidades-especificas/reconexion-automatica.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
