Adones Pitogo

Results 87 comments of Adones Pitogo

I tried using debounceTimeout option from onoff npm package. I tested with values 1,10, 15. But as the number gets larger, the more interrupts are being skipped. I solved my...

Thanks as well for this project. Still a great library :) On Sun, Apr 15, 2018, 2:04 AM Brian Cooke, wrote: > Let's leave the issue open. I'll take a...

Actually, I just realize that this has become very random. I didnt have to wait so long, it can happen within a minute. Sometimes, even on first insertion of coin....

I think theres a problem either in the emiting of the interrupt, in which case the epoll is not at fault. Or theres a problem with epoll with regards to...

This is my code by the way, I believe this might be of use as reference for your stress test: ```js 'use strict' const Q = require('q') const payment =...

Wow thanks for taking the time to test this. I'm really looking forward for the fix for this. Right now I'm using polling to detect the coins and it's taking...

Thanks. I'll try it again if I have time. Right now I found a new way to create my rpi image using loopback device.