RangerMauve / mqtt-emitter

Emit MQTT events to listeners using mqtt-regex for routing
MIT License
10 stars 6 forks source link

Fix issue #12: usage of array method name (join, shift, unshift, ...) as topic part #13

Closed jeromevalentin closed 4 years ago

jeromevalentin commented 4 years ago

This issue is fixed by upgrading the mqtt-store to the last version 2.1.0.

A test has been added to reproduce the issue, the upgrade of mqtt-store has been done, and the test is no more failing. The API change of underlying library has been integrated without any impact on mqtt-emitter API

RangerMauve commented 4 years ago

Closes #12