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
With Node v8.9.4 Notifiers work correctly and there are no errors.
Under the covers a Notifier is a named pipe created by the pigpio C library by calling mkfifo. On the JavaScript side a read stream is used to read notifications from the named pipe.
Attempting to use Notifiers with Node v8.10.0 will result in the following error:
With Node v8.9.4 Notifiers work correctly and there are no errors.
Under the covers a Notifier is a named pipe created by the pigpio C library by calling mkfifo. On the JavaScript side a read stream is used to read notifications from the named pipe.
This appears to be related to nodejs/node#19240
The text was updated successfully, but these errors were encountered: