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

RemotingServer.AfterCall event is fired twice on errors #95

Closed
yallie opened this issue Dec 6, 2024 · 0 comments
Closed

RemotingServer.AfterCall event is fired twice on errors #95

yallie opened this issue Dec 6, 2024 · 0 comments

Comments

@yallie
Copy link
Collaborator

yallie commented Dec 6, 2024

Describe the bug
If remote call resulted in an error, AfterCall event is triggered twice.

To Reproduce

  1. Subscribe to RemotingServer.AfterCall event.
  2. Call into a component method that throws an error.

Expected behavior
AfterCall event should be fired once.

Additional notes
Somewhat related to issue #92.

yallie added a commit to yallie/CoreRemoting that referenced this issue Dec 6, 2024
@yallie yallie closed this as completed in 1e72abb Dec 6, 2024
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

1 participant