Roger Johansson

Results 112 issues of Roger Johansson

First of all, I´m thinking that maybe we should just go semantic versioning and not make V2 something drastic. We can gradually add breaking changes without redesigning large portions. e.g....

The current benchmark example does not wait for messages to be delivered, which give too positive numbers in terms of throughput. I've verified this by altering the benchmark code using...

``` for (int i = 0; i < 100000; i++) { var data = Encoding.UTF8.GetBytes("hello"); topic.Produce(data); } ``` Running the above snippet a few times make the client deadlock. (It...

When developing and experimenting I find myself setting up and tearing down things _a lot_. Would it be possible to have a non safe consul cluster template, that one can...

We should add some doc page that describes where and under what conditions we can run Akka.NET. Listing each module and where it works. Sort of: | Module | .NET...

content

Please post your feature requests here

The `actorStartedException` succeeds when running in isolation. But when running together with the full testsuite, it fails. I can see that we are getting the wrong system message in the...

bug

The Remote gRPC contracts have been updated in Go and C#. https://github.com/AsynkronIT/protoactor-dotnet/blob/dev/src/Proto.Remote/Protos.proto#L40 The idea here is that when the endpoint writer is about to establish connection, the remote node returns...

## On the start page here (readme.md) You can specify host settings in iron.json or explicitly in code, for example: ``` csharp var iromMq = IronSharp.IronMQ.Client.New(new IronClientConfig { ProjectId =...