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 client after a Meteor.neo4j.call(..., callback) request #64

Open blackslate opened 9 years ago

blackslate commented 9 years ago

Steps to reproduce:

Clone the repository from https://github.com/blackslate/Neo4j-call-with-no-callback and run it. Check the output in the browser console.

The callback...

console.log("Click callback", error, data)

... on line 41 of multiQuery.js is never triggered.