Open jadonk opened 6 years ago
From @GuySawyer on August 1, 2014 10:11
Is anyone maintaining this library?
From @damonmaria on September 5, 2014 20:20
Hi Guy. I've run into exactly the same error while trying to async readAnalog on the BeagleBone Black. The more analog pins I read from the more often this error happens.
If you look into EAGAIN it's an error that is basically saying "try again". So you can safely ignore it and try your analogRead again. Unfortunately you end up with a whole lot of log messages about the error tho.
If you look at https://github.com/isaacs/node-graceful-fs they retry 10 times if they readFile returns EAGAIN.
@jadonk Possible solutions to this is to:
Which path would you prefer?
From @adityapatadia on September 15, 2014 7:42
Try https://github.com/theoctal/octalbonescript It is fork of bonescript with a lot of improvements. We have crushed many bugs and have changes a lot of things under the hood to make it more stable.
From @GuySawyer on June 27, 2014 12:18
Everything was working fine, until out of the blue I started getting this error which crashed my app:
Any idea how I can get through this?
Regards Guy
Copied from original issue: jadonk/bonescript#89