-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Description
I have 2 apps both using feathers-sync, both on the same servers and both connecting the same mongo replica set although using seperate databases. But on one of the app I keep getting this error.
I'm posting in here as feathers-sync is the only package I have installed that uses mubsub which hasn't been updated in a while and doesn't look like any of the issues are being answered.
error: uncaughtException: Mubsub: broken cursor.
Error: Mubsub: broken cursor.
at Timeout._onTimeout (/app/node_modules/mubsub/lib/channel.js:159:40)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5) {"error":{},"stack":"Error: Mubsub: broken cursor.\n at Timeout._onTimeout (/app/node_modules/mubsub/lib/channel.js:159:40)\n at ontimeout (timers.js:498:11)\n at tryOnTimeout (timers.js:323:5)\n at Timer.listOnTimeout (timers.js:290:5)","exception":true,"date":"Tue Sep 25 2018 13:33:34 GMT+0000 (UTC)","process":{"pid":37,"uid":5000,"gid":5000,"cwd":"/app","execPath":"/app/.heroku/node/bin/node","version":"v8.12.0","argv":["/app/.heroku/node/bin/node","/app/src"],"memoryUsage":{"rss":254562304,"heapTotal":158777344,"heapUsed":122627880,"external":96841016}},"os":{"loadavg":[0.158203125,0.12060546875,0.13720703125],"uptime":14526604},"trace":[{"column":40,"file":"/app/node_modules/mubsub/lib/channel.js","function":"Timeout._onTimeout","line":159,"method":"_onTimeout","native":false},{"column":11,"file":"timers.js","function":"ontimeout","line":498,"method":null,"native":false},{"column":5,"file":"timers.js","function":"tryOnTimeout","line":323,"method":null,"native":false},{"column":5,"file":"timers.js","function":"Timer.listOnTimeout","line":290,"method":"listOnTimeout","native":false}]}
Reactions are currently unavailable