After upgrading to NodeJS 10.1 when receiving a message I get the following warning.
Currently it does not break anything yet.
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
After upgrading to NodeJS 10.1 when receiving a message I get the following warning.
Currently it does not break anything yet.