Skip to content
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

Client can't find methods on Server implementation #6

Open
marianeppinheiro opened this issue Jan 13, 2016 · 2 comments
Open

Client can't find methods on Server implementation #6

marianeppinheiro opened this issue Jan 13, 2016 · 2 comments

Comments

@marianeppinheiro
Copy link

I am trying to expose the methods of my server implementation, but it is not working. I don't really know what I am missing.

This is my question opened on StackOverflow, I would appreciate a lot some help.

Thank you very much!!

http://stackoverflow.com/questions/34729557/messagepack-rpc-c-sharp-server-side

@yfakariya
Copy link
Owner

Sorry for poor documentation and missing samples...

You can solve this with putting following lines:

// Configure using "def" for ServiceTypeLocator
configuration.ServiceTypeLocatorProvider =s => def;
// Prevents method name should not contain version number.
configuration.UseFullMethodName = false;

@marianeppinheiro
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants