-
Notifications
You must be signed in to change notification settings - Fork 23
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
Do no support throw exception inside method call #18
Comments
Could you show me some more code to help me reproduce the issue? |
Hi, below is code sample: Meteor side:
Meteor-Unity side:
And if I turn on log
|
Thanks for the additional code, I will fix this issue. |
Thanks, do you have any plan when the bug would be fixed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When I throw an exception in Meteor method, like that:
throw new Meteor.Error('abcdef');
in Meteor-Unity side, an exception occurred below:
So how to support catch exception during method call?
The text was updated successfully, but these errors were encountered: