-
I want to debug an app that uses ProtoActor with Consul. It took me long time to understand that I need to increase `HeartbeatExpiration` so that app will not shutdown by itself. Are there any caveats…
-
In tests deliberately causing gRPC endpoints to fail, we found the EndpointWriter on the surviving node can get into an infinite loop.
The EndpointWriter is sent a Restarting message. In the restar…
-
According to the docs, protoactor guarantees delivery no more than once but when I debug grain method the debugger pauses cause timeout on client side and it resends the same request multiple times. T…
-
In this screenshot we see how a cluster member leaves the cluster.
proto remote correctly closes the endpoint.
but soon after, tries to reestablish it (which it shouldn't)
-
When building `github.com/AsynkronIT/protoactor-go` we got the following error:
```
vendor dependency golang.org/x/time:github.com/hashicorp/consul: commit='a86d11ec0aaadf6965014abd0030085d6745440…
-
## Expected Behavior
No exception.
## Actual Behavior
System.InvalidOperationException: 'ExecuteNonQuery requires an open and available Connection. The connection's current state is closed.'
…
-
**Describe the bug**
The SSL example here - https://github.com/AsynkronIT/protoactor-go/tree/dev/_examples/remote-ssl - does not have the node packages.
**To Reproduce**
**Expected behavior**…
-
**Describe the bug**
I made server and client apps with help of protoactor library as the transport. When server has real address (e.g. `127.0.0.1`), then all work well. When server has `0.0.0.0` add…
-
https://github.com/asynkron/protoactor-dotnet/blob/dev/src/Proto.Actor/Future/FutureBatch.cs
FutureBatch is a special Future that registers into the ProcessRegistry, and then allows requests to re-…
-
I've been fiddling around a little bit on how to create a set of cross language acceptance tests.
The first take was trying to port https://github.com/AsynkronIT/protoactor-go/blob/dev/examples/remot…
orjan updated
6 years ago