-
Hi, I'm trying hack 2 from your answer on stack overflow using:
```
netstandard2.0;net452
Aeron.Client
1.4.1.0
Adaptive Financial Consulting Ltd.
Adaptive Financial…
-
Saw this exception with artery enabled:
15:30:51 2017-01-10 15:21:02,070 | ERROR | ult-dispatcher-3 | kka://opendaylight-cluster-data) | 203 - com.typesafe.akka.slf4j - 2.4.16 | Aeron error, Direct…
-
It would be nice if Aeron.NET and the generated c# from sbe referred to the same IDirectBuffer interface. I guess this is dependent on https://github.com/AdaptiveConsulting/Aeron.NET/issues/57
-
Hello!
Trying to generate a custom .gfa file but hitting this snag:
```
$ python /home/apps/Aeron/AeronScripts/GraphBuilder.py -e /home/refs/human/dna/hg38_wControl.fa -g /home/refs/human/rna/gen…
-
### Nomad version
Nomad v0.9.3 (c5e8b66c3789e4e7f9a83b4e188e9a937eea43ce)
### Operating system and Environment details
Centos 7
### Issue
Task requires access to `/dev/shm` in-memory filesyst…
-
Hi,
I would like to be able to publish on a multicast address such that processes both on the local machine and on remote machines are able to receive these messages.
I am using Solarflare cards…
-
Reimplement Aeron networking as Godot networking
-
JUnit Tests using JUnit 5 are reported as java/unused-reference-type. This is because the JUnit 5 convention is to use package scoped class and method names. This rule should be checking for methods…
-
Currently, RSocket follows Netty style of managing refCnt which is somewhat challenging (and not necessarily needed to be like in pure Netty).
Therefore, I would like to propose redesign that and f…
-
The repro in #14 no longer compiles on current master but the following is basically equivalent:
```rust
use aeron_rs::concurrent::atomic_buffer::{AlignedBuffer, AtomicBuffer};
fn main() {
…