-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple instances of the exact same service #26
Comments
Guess may related to this? var newDel = Delegate.CreateDelegate(System.Linq.Expressions.Expression.GetDelegateType(paras.Values.ToArray()), this /*Need to add support for other methods outside of this instance*/, meth); |
Okay supplying a call to base service constructor with unique name seem to fix the issue. |
I guess I've to now find a way to use the correct service for a request. |
Calling JsonRpcProcessor.Process() with instanceId fixed the issue. |
Sweet! Glad you got it working. |
This is related to: #10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Astn In CoiniumServ we need to host multiple instances of exact same service which those can just listen on different ports and have different contextual information.
Though getting this exception;
Any workarounds?
The text was updated successfully, but these errors were encountered: