Open lokenx opened 9 years ago
The fibers come from Meteor, so I'd assume it's from the package. Maybe @ciwolsey has an idea. Thanks for reporting :)
Of note, most error's occur when the app has been bundled and deployed using MUP. Running it just in development mode with meteor
only pops up once in awhile.
Hello, I have the same problem as you, lokenx, have you found a workaround?
Not with the package, I ended up putting together a ping function myself, it's hacky and ugly but it worked (no Windows support because I didn't need it).
I thing the problem comes from the jjg-ping package, it's because the result is a stream that calls the call back every time it receives new data. The network latency difference between the test and production server may explain why it only appends on prod, but not all the time.
This post explains the pb (with a different package): http://stackoverflow.com/questions/33308521/error-future-resolved-more-than-once
I'll try to do a pull request later to try to solve this pb.
Been using this package, but in some situations I get the below error:
Not sure if it's your package, or the NPM package?