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
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:
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: