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
varmessaging=newMeteor.Stream('messaging');Meteor.methods({"adLogin" : function(req){if(req.username&&req.domain&&req.password){varretval=adLogin(req.username,req.domain,req.password);}else{console.log('não recebi os parâmetros que preciso.',req);returnfalse;}if(retval.success==true){returnretval.result;}console.log(retval.result);messaging.emit('loginProcessFailed',retval.result);returnfalse;}});
The method always ends before the actions of "messaging" happen.
Why?
The text was updated successfully, but these errors were encountered:
The method always ends before the actions of "messaging" happen.
Why?
The text was updated successfully, but these errors were encountered: