You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like this code in line 21 of the lib file process.on 'exit', => @close()
prevents my raspberry pi from rebooting if I am reading from a wire simultaneously. After removing this line it works flawlessly. Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered:
It seems like this code in line 21 of the lib file
process.on 'exit', => @close()
prevents my raspberry pi from rebooting if I am reading from a wire simultaneously. After removing this line it works flawlessly. Any suggestions on how to fix this?
The text was updated successfully, but these errors were encountered: