Code Monkey home page Code Monkey logo

Comments (4)

Lenka42 avatar Lenka42 commented on June 25, 2024 1

@stefangotz sorry, my bad. Please try upgrade to gmqtt==0.5.0 and check the following:

def on_disconnect(client, packet, exc=None):
    if client. failed_connections > client.reconnect_retries:
        # app.on_client_disconnected_absolutely() 

I checked, and in your in case with reconnect_retries=4 last time on_disconnect was called with client.failed_connections=5
Let me know, if it works now.

from gmqtt.

Lenka42 avatar Lenka42 commented on June 25, 2024

Hi @stefangotz
There is no special callback for the moment when client stops reconnecting
But the possible solution would be to check client.reconnect_retries property in on_disconnect callback

from gmqtt.

stefangotz avatar stefangotz commented on June 25, 2024

Hi @Lenka42 !
How would that work?
When I register an on_disconnect call-back function, it is called once when the client transitions from connected to disconnected. The gmqtt client then makes 4 attempts to reconnect and then stops without calling my on_disconnect callback again. So I'm still not sure how my application can be notified and react when gmqtt has given up reconnecting?

from gmqtt.

stefangotz avatar stefangotz commented on June 25, 2024

Hi @Lenka42 !

Thanks a lot for pointing that out! With v0.5, I do indeed no longer observe this issue. Resolved as far as I am concerned.

from gmqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.