jmkolbe

Results 6 comments of jmkolbe

@jacksongoode in case you're still wondering, the setting is accepted in `pytest.ini` as `testmon_ignore_dependencies = ''` It would not accept a list on my end. Not sure if that's by...

@josephschorr thanks for checking. I tried to find the difference between the two instances in the dev console and noticed this in the local instance, but not in the public...

I see now there is no pre-compiled package for Python 3.8. Can you provide that please?

As https://github.com/andfoy/pywinpty/blob/main/pyproject.toml still lists Python 3.8, perhaps this approach makes sense: - If possible, provide Python 3.8 binaries for 2.0.14. Otherwise, create a new 2.0.15 release matching 2.0.13 - Going...

I had that issue as well on 1.36.1. As suggested I added ``` persistent_session = true qos = 1 connection_timeout = "60s" max_undelivered_messages = 1000 ``` but also ``` client_id...

> > Data has been flowing for a day now, across multiple broker re-connections. > > Is it still working for you? The configuration stopped working when the publisher stopped...