We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If remote call resulted in an error, AfterCall event is triggered twice.
To Reproduce
Expected behavior AfterCall event should be fired once.
Additional notes Somewhat related to issue #92.
The text was updated successfully, but these errors were encountered:
Avoid calling OnAfterCall for the second time, close theRainbird#95.
2a4746f
1e72abb
No branches or pull requests
Describe the bug
If remote call resulted in an error, AfterCall event is triggered twice.
To Reproduce
Expected behavior
AfterCall event should be fired once.
Additional notes
Somewhat related to issue #92.
The text was updated successfully, but these errors were encountered: