veliovgroup / ostrio-Neo4jreactivity

Meteor.js Neo4j database reactivity layer
https://atmospherejs.com/ostrio/neo4jreactivity
BSD 3-Clause "New" or "Revised" License
51 stars 5 forks source link

No callback is made on the server after a Meteor.neo4j.query(...) call #63

Open blackslate opened 9 years ago

blackslate commented 9 years ago

Steps to reproduce:

Clone the repository from https://github.com/blackslate/Neo4jCallback/ and run it. Check the output in the Terminal window.

The callback...

function testCallback(error, data) {
  console.log("testCallback on " + environment, error, data)
}

... on lines 27 - 29 is never called on the server.