Roger Johansson

Results 112 issues of Roger Johansson

In some cases, e.g. using SeedNodeProvider, we might be too eager to start sending gossip requests. e.g. Node A tells Node C that Node B exists Node C, now has...

t:cluster

Under some conditions, the Kubernetes provider logs "failed to watch cluster" due to a nullref. Everything still recovers and works. but we should fix the initial nullref source issue

up for grabs
t:cluster

Currently, plain actors and codegenerated grains, are somewhat problematic to debug if the DI fail for creating the actor. The error messages could be a lot better here. e.g. if...

up for grabs

* Can_publish_messages_via_batching_producer * ClusterMaintainsSingleConcurrentVirtualActorPerIdentity - Push based only? //Only seen once, but still interesting cc @mhelleborg * Error: System.Exception : No futures available Failed Proto.Tests.SharedFutureTests.Should_reuse_completed_futures [27 ms] Error Message: System.Exception...

To avoid problematic upgrades where the protocol has evolved and old members cannot talk to new members. We could add a protocol version to the connect request. This could use...

t:remote
t:cluster

I'm stuck on the most trivial aspect of just inserting data and I don't find anything in the docs that helps me with this The calling code: ```csharp var span...

enhancement

I've tried to write to a Map(String,String) field using both tuple arrays and arrays of keyvalue pairs. which I believe is what the docs are saying here should be supported:...

I've seen vendors here in Sweden that send OCPP messages that are slightly non-conforming to the spec. e.g. in some cases where the spec says it should be a number,...

What is the proper way to model flows of events here? e.g. if you receive a BootNotificationReq, and then return a BootNotificationConf, and once that result has been returned, you...