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

A client sdk getting falsely picked up as a server service through reflection. #387

Closed
mshipley opened this issue Dec 8, 2020 · 3 comments
Labels

Comments

@mshipley
Copy link

mshipley commented Dec 8, 2020

I have a server (A) that also acts as a client to a different magic onion server (B). When I bring in the SDK to connect to the server B, server A finds the interface through reflection and tries to register it as a service on server A.

The simplest work around I have for it is this:
image

@mshipley mshipley changed the title A client sdk getting falsely picked up as a server through reflection. A client sdk getting falsely picked up as a server service through reflection. Dec 8, 2020
@mayuki mayuki added the bug label Dec 14, 2020
@mayuki
Copy link
Member

mayuki commented Dec 14, 2020

Thanks for your feedback!

We have released a new version 4.0.3 that fixes the problem.
https://github.com/Cysharp/MagicOnion/releases/tag/4.0.3

@mshipley
Copy link
Author

Thank you, I will test it out today.

@mshipley
Copy link
Author

The fixes in 4.0.3 resolved the issue. Thank you.

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

No branches or pull requests

2 participants