You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projects contains of one api client and two worker silos. I have one grain per silo to keep the sample as simple as possible.
The code in the main branch works fine, but the code in this branch https://github.com/mastoj/orleanshosts/tree/error does not work as it should. The differences between the branches is that I have added, or at least tried, the dashboard in the error branch.
I wonder if it can be related to Please note, the dashboard registers its services and grains using ConfigureApplicationParts which disables the automatic discovery of grains in Orleans. which is to read in the readme. Not sure how to fix it though since ConfigureApplicationParts is not in version 8.
I have added reproduction step in the readme in the repo in both branches and a simple makefile.
The issue is when trying to send a message from the client to a grain in the error branch the worker silo can't find file or assembly for the contract project.
The text was updated successfully, but these errors were encountered:
I have this simple project that I'm testing out orleans and orleans dashboard with: https://github.com/mastoj/orleanshosts.
The projects contains of one api client and two worker silos. I have one grain per silo to keep the sample as simple as possible.
The code in the
main
branch works fine, but the code in this branch https://github.com/mastoj/orleanshosts/tree/error does not work as it should. The differences between the branches is that I have added, or at least tried, the dashboard in theerror
branch.I wonder if it can be related to
Please note, the dashboard registers its services and grains using ConfigureApplicationParts which disables the automatic discovery of grains in Orleans.
which is to read in the readme. Not sure how to fix it though sinceConfigureApplicationParts
is not in version 8.I have added reproduction step in the readme in the repo in both branches and a simple makefile.
The issue is when trying to send a message from the client to a grain in the
error
branch the worker silo can't find file or assembly for the contract project.The text was updated successfully, but these errors were encountered: