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 don't see anything in the documentation about this inconsistency. It would be nice to have it work the same on client and server but that may not be the best option?
The text was updated successfully, but these errors were encountered:
When using a Meteor method call on the server, the return value is transferred by reference to the callback.
On the client, the value is obviously passed by value as it must be JSON serialized.
Please see the following very simple package I have created to display this: https://github.com/numtel/meteor-server-method-issue
I don't see anything in the documentation about this inconsistency. It would be nice to have it work the same on client and server but that may not be the best option?
The text was updated successfully, but these errors were encountered: