James Watson

Results 20 comments of James Watson

Interesting results. Thanks, @welly87. > Is that why you don't upgrade the dotnet and still use it for old .NET version? Targetting the lowest common denominator from a library perspective...

Thanks, @welly87. I will take a look asap.

There has been some exploratory work in this area but no immediate plans to switch.

Thanks for giving it a go @MarshalOfficial Given that the buffer is still at its initial capacity of 128 and there have been no exceptions trying to write beyond that,...

What is `_updateOperationEncoder.PutDocument(Encoding.UTF8.GetBytes(_data.Document), 0)` doing behind the scenes? How is this type generated `GeneratedEncoderFromSBE`?

OK, squashed that bug from porting. I will add some tests.

Planning a release in the next week or two.

I'll take a look. In the meantime, another way to get the driver started is to download the following: https://search.maven.org/remotecontent?filepath=io/aeron/aeron-all/1.39.0/aeron-all-1.39.0.jar And then run: ``` java -cp aeron-all-1.39.0.jar io.aeron.driver.MediaDriver ```

Yes, I have been working on it. We've got an early stage generator for SBE that uses .NET implementation of Agrona. For the time being, there is a workaround. You...

We have been incubating a generator that mirrors the Java generator and uses the Agrona.NET interfaces. Would be happy to share that if you're interested?