-
Notifications
You must be signed in to change notification settings - Fork 63
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
Deprecation Warning for Socket.prototype._handle #56
Comments
Same here with multiple AC's Home Assistant Addon.
mqtt:
This is the log: 0|HVAC_0 | [MQTT] Connecting to mqtt://my-broker as "my-user"... so the second hvac is not in bound. |
I have the same problem...
|
Starting up container emits
DeprecationWarning: Socket.prototype._handle is deprecated
in log file.
Are UDP datagram calls private? In the future public calls may not function as intended.
https://nodejs.org/api/deprecations.html#deprecations_dep0112_dgram_private_apis
The text was updated successfully, but these errors were encountered: