-
Notifications
You must be signed in to change notification settings - Fork 24
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
RemotingServer events #92
Comments
yallie
added a commit
to yallie/CoreRemoting
that referenced
this issue
Dec 6, 2024
yallie
added a commit
to yallie/CoreRemoting
that referenced
this issue
Dec 6, 2024
yallie
added a commit
to yallie/CoreRemoting
that referenced
this issue
Dec 6, 2024
yallie
added a commit
to yallie/CoreRemoting
that referenced
this issue
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context: I'm porting Zyan Framework from .NET Remoting to CoreRemoting.
ZyanComponentHost has similar events to RemotingServer, but their semantics don't match exactly.
There is currently no way to translate RemotingServer events into Zyan host events.
Is your feature request related to a problem? Please describe.
It doesn't provide a way to cancel the call or to change the component name.
Describe the solution you'd like
I would rather avoid any breaking changes even if they are not very likely to affect any users.
If an interface provides both BeforeCall and BeforeInvoke events, it's not clear what's the difference.
Describe alternatives you've considered
See above, 1, 2 and 3.
Additional context
Zyan Framework is also originally developed by @theRainbird: https://github.com/zyanfx/zyan
Thanks Hagen for the good work, we're using it on many projects,
and it's so much easier to use than plain .NET Remoting.
The text was updated successfully, but these errors were encountered: