Michael Barker
Michael Barker
I've pushed a small update. I missed a small setting in the thing metadata. Now when a device is added there is a configuration option for the bridge which allows...
It needs a clean build to upload the new artefact. Looks like a build error at the moment.
@netwolfuk You will get occasional timeouts, which is expected when using UDP over WiFi. I found locally that 1000ms was too short for a timeout, sometimes the device would take...
Abstracting the counter type (int, long, double) is tricker in C than the other supported languages (Java, etc). It would require either some macro-fu and a complete re-implementation for the...
https://github.com/real-logic/aeron/wiki/Performance-Testing#native-code-bounds-checking
I've checked out the code locally and run it and I can't reproduce the behaviour that you are seeing (with the latest from master). Can you retest and if it...
That is correct. The assumption is that if you are running with shared or shared_network threading modes it is unlikely that much will be gained from using thread affinity. Moving...
We may have a look into that case, but I think the original advice would still apply. If you don't have the cores available to run in dedicated mode, then...
@darach How important is uncompressed encode/decode? I can add it back in if required.
This change results in a large number segfaults in the test code.