-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node 8.11 compile time warnings #1566
Comments
This is the same behavior I am seeing as well. I was running node v4.6 and serialport 6.2.1 and everything was working as expected. I wanted to duplicate the same env for the production platforms (Raspberry Pis) and realized they were running node v8 so i upgraded my dev platform to node v8....then most everything stops... What does work is no errors on init of the port and open and close emits are happening. But, my code that ran write messages are not now being responded to. |
Times keep on changing, it does work with these warnings. We'll have to upgrade to the newer methods. |
|
Summary of Problem
Compile time now shows a lot of warnings about callbacks.
The text was updated successfully, but these errors were encountered: