@asyx/mqtt-core
v0.1.0
Published
Asyx MQTT core: transport contracts, backoff, policy guards, and a memory transport for tests.
Readme
@asyx/mqtt-core
Broker-agnostic MQTT core for Asyx client code: transport contracts, policy guards, jitter backoff, and an in-memory transport for tests. No broker endpoints or topic strings are included.
Install
npm i @asyx/mqtt-coreBuild & Test
npm run build
npm testExports
Transport,MqttCorePolicy,AllowAllPolicyTopicMap(interface only)nextDelayMs(backoff)MemoryTransport(testing)
