Skip to content

Instantly share code, notes, and snippets.

@david-casagrande
Created February 26, 2014 17:43
Show Gist options
  • Select an option

  • Save david-casagrande/9234541 to your computer and use it in GitHub Desktop.

Select an option

Save david-casagrande/9234541 to your computer and use it in GitHub Desktop.
Meteor.onConnection(function(connection){
console.log(connection);
connection.onClose = function(){
console.log('closed')
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment