Replies: 1 comment 4 replies
-
UseLocalhostClustering() is only a dev/test mode, you need to mount a DB through Docker or other to connect multiple silo. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple .NET console applications that use Orleans.
Each application configures Orleans using 'UseLocalhostClustering()' method without parameters. For each application, the client code runs in the same process as the grain code (aka co-hosted clients).
When I run multiple applications or multiple instances of the same application at the same time, they do not fail, work as expected, and no warnings come from Orleans. However, only one of the running processes listens on ports 11111 and 30000.
My questions:
Beta Was this translation helpful? Give feedback.
All reactions