License name
License name
The issue happens to me as well. I have two machines running the same node version (v4.4.7) where one machine does NOT have this problem while the other can reproduce...
Ok checked firebase-queue src. So the problem appears to be Firebase (I'm on v2.4.2)... For reference, I'm using firebase-queue v1.3.1. The problem happens in function QueueWorker.prototype._tryToProcess():398, where the function attempts...
I forked the project (off firebase-queue v1.4.1 and Firebase v3.0.1) and implemented a small workaround. You may want to try it out here: https://github.com/jclalala/firebase-queue The workaround is based off a...
Problem still happens to me on latest version of firebase (3.2.0). I just tried on the following versions: "firebase": "^3.2.0", "firebase-queue": "^1.4.0", I'll still revert to my workaround :(