gdaws / stompit

STOMP client library for node.js
MIT License
163 stars 36 forks source link

Moving away from Buffer constructor #86

Closed gabrielschulhof closed 6 years ago

gabrielschulhof commented 6 years ago

new Buffer(...) is deprecated and unsafe. Would it be possible to move these instances of its usage to Buffer.from(...)?