# I’m Having Problems With The Reliability Of My Clients Connections To Pusher, What Can I Do?

There are some situations where a poor network connection could cause clients to have issues maintaining a stable connection. That said it's very likely that if the client has a stable websocket connection, their messages will be received and in the order we received them, however, we don't provide any guarantees about this.\
\
We consider our platform to be extremely reliable, and many businesses such as GoGurdian, Draftkings, and Invision depend on our infrastructure for their services. But due to a large number of factors outside of our control, we can't make any kind of guarantees around individual message delivery.\
\
However, the Pusher platform is extremely flexible. If delivery is vital, there's nothing preventing you from implementing some safeguards yourself. You could, for example, implement client-side acknowledgments to let the server know when messages are received, and retry in the event of a failure.&#x20;

{% hint style="info" %}
Still have questions? Please reach out to our Support team by visiting [this page](https://messagebird.com/support-center/Pusher-request-new).
{% 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://docs.bird.com/pusher/channels/channels/connecting/im-having-problems-with-the-reliability-of-my-clients-connections-to-pusher-what-can-i-do.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.
