protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Proto Cluster with Consul shows connection errors

Open danfma opened this issue 4 months ago • 5 comments

For local development, I've configured Proto Cluster with Consul support using random ports.

The cluster is working and I have two nodes:

  • An API Server which acts as a bridge (WebSocket to Actor cluster bridge);
  • A Lobby room server which is responsible for the game;

All nodes are communicating with each other normally, but the Lobby server is showing some RPC exceptions like if it wasn't able to communicate with the API server, but both are green on Consul as you can see in the second image.

image image image

danfma avatar Feb 29 '24 14:02 danfma