Hi,
Just to check, what happens to a meteor method that the client has called with Meteor.call when the client disconnects / closes the browser before it is returned?
Does the method script still continue running on the server side or does it also get terminated?
Thanks,
A