Roger Light

Results 171 comments of Roger Light

The Paho Python client doesn't have a connectionLost method. I presume you're using the Paho Java client - I'll transfer the issue there.

I still can't comment on this, but wanted to check that it isn't that the client has a high keepalive value? keepalive of 500 seconds would mean the client considers...

The 1.6.x branch has a lot of improvement in this area if you'd like to give it a try.

Could you please try this out using the `1.6.x` branch?

Does https://github.com/eclipse/paho.mqtt.python/blob/master/examples/loop_asyncio.py help at all?

I haven't really played with async in python, so I can't comment too much. I just wanted to make sure you'd seen that other example.

Are you sure this is the cause of the problem? A Host header with a port in it is standard, even if it is the default value. I've just tested...

This is an example that works for me. It connects, then in the connect callback it makes a subscription. In the subscribe callback it publishes a 100kB message to the...

Could you try repeating your test with the `1.6.x` branch? I *think* it might work ok there.

Have you got a minimal code example that shows the behaviour you are seeing?