Adam Aposhian

Results 127 comments of Adam Aposhian

I have tested this and confirmed it to work. I created initial support on the C++ client for using this API: https://github.com/fireflyautomatix/paho.mqtt.cpp/tree/connection-error-callback

https://www.eclipse.org/legal/epl-2.0/ works for me, although it had kind of a slow load at first. So it may just be a CDN issue or something. So maybe this PR can be...

Just noting here that this specifically fixes this for the synchronous client. The async client already correctly populates session present on any version, including MQTT v5.

I overlooked this PR, but added the same change here, along with some other fixes: #1453

Yeah I can give it a go. It shouldn't be too difficult to setup Cpack.

We are seeing that `/var/lib/docker/overlay2` is taking up over 700GB as shown by `ncdu -rx` but `docker system df` only shows about 100GB total.

It looks like `public.ecr.aws/codebuild/local-builds:latest` has v18.09.0 of the docker CLI installed, and docker-compose 1.23.2 installed. However, if the docker compose file within the local agent is just updated to version...

Inside the docker image, at `/LocalBuild/agent-resources/docker-compose.yml`, at the top of the file is: ```yaml version: '2' ``` If you change it to ```yaml version: '2.1' ``` then it doesn't complain...