mcollina / mqtt-level-store

Store your in-flight MQTT message on Level, for Node
MIT License
24 stars 11 forks source link

Replaced level-sublevel with subleveldown #22

Open Climax777 opened 3 years ago

Climax777 commented 3 years ago

Fixes issue with level-sublevel which causes 'end' event on ReadStream to be fired prematurely. This caused a race condition in MQTT.js.

Upgraded packages and added abstract_store.js from MQTT.js upstream.

Fixes #21

robertsLando commented 2 years ago

@mcollina Any reason this isn't landed yet?