Adam Boseley
Adam Boseley
I removed cargo-chef to make it work also ``` FROM rust:1.54.0 AS builder WORKDIR /app COPY . . COPY configuration configuration ENV SQLX_OFFLINE true # Build our application, leveraging the...
I have the same issue when using the rust packages provided by fedora35
Thank you for the PR. I was going to squash and merge your change but the Mac builds are failing. It looks like it's unrelated but would you mind fixing...
wip : request/reply and shared-queue examples - https://github.com/aboseley/azmq/tree/adam/add-zmq-guide-examples
It compiles with the latest boost version 1.76, but when you flick on BOOST_ASIO_NO_DEPRECATED, I think it removes the deprecated interfaces, so it not surprising it bombs. I assume we...
Hi Jan, You've got some very specific ideas on how you want this to work, so I may as well just run the original make rule. See https://github.com/jp-embedded/scxmlcc/pull/60, for another...
I think your seeing the slow-joiner syndrome, which is not unique to azmq, but a characteristic of the pub/sub pattern. This is discussed a bit in the guide here https://zguide.zeromq.org/docs/chapter5/#Representing-State-as-Key-Value-Pairs...
@rhvonlehe , please let us know if the updated cmake changes now work better for you
`libgomp: Thread creation failed: Resource temporarily unavailable` when running OpenEmbedded builds
I'm hitting the same issue running an open-embedded build ``` libgomp: Thread creation failed: Resource temporarily unavailable ``` It works when I limit it to 16 threads, but fails at...