mqttjs / async-mqtt

Promise wrapper over MQTT.js
MIT License
272 stars 50 forks source link

Add all EventEmitter methods to SYNC_METHODS #9

Closed okofish closed 6 years ago

okofish commented 6 years ago

I was tripped up by the lack of .off, so I added all of them. These are in the order at https://nodejs.org/api/events.html.

RangerMauve commented 6 years ago

Thank you for the PR!

RangerMauve commented 6 years ago

Released in version 2.0.0