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

A call to neo4jCollection.find().fetch() can lead to Meteor constantly refreshing a template #62

Open blackslate opened 9 years ago

blackslate commented 9 years ago

You can find a repository with a description and demonstration of this bug here:

https://github.com/blackslate/Neo4j-churn/tree/master

schabluk commented 8 years ago

+1 I have the same behaviour using ReactMeteorData mixins.

dr-dimitru commented 8 years ago

HI @schabluk , Currently I can only offer to use non-reactive driver as it well supported and up to date.

New updated reactivity driver planned to release in 2 months (I hope new version of Neo4j will be release during 2 months and features of new Bolt protocol will be expanded)

schabluk commented 8 years ago

Hi @dr-dimitru, The problem is gone, I had it with react package in ver. 0.14.1, with 0.14.3 it's working well.

akaiworld commented 8 years ago

Still experience this problem.