aws-mqtt icon indicating copy to clipboard operation
aws-mqtt copied to clipboard

Serverless PubSub using AWS IoT message broker

Results 51 aws-mqtt issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

I'm using the browser client and calling client.end() to disconnect the client, but the callback of connected are calling each time I reconnect... So for example, I initialize the connection...

Hi, Due to this line of code: https://github.com/kmamykin/aws-mqtt/blob/master/src/processOptions.js#L18 it seems it is not possible to set the clean flag to false. May be something like this would work: `clean: options.clean...

Bumps [mqtt-packet](https://github.com/mqttjs/mqtt-packet) from 5.6.0 to 5.6.1. Release notes Sourced from mqtt-packet's releases. v5.6.1 fix malformed packet - 5.x #56 Commits 483b6d8 Bumped v6.1.2 cfae33b Merge pull request #53 from mqttjs/fix-malformed-packet-6...

dependencies

Bumps [mqtt-packet](https://github.com/mqttjs/mqtt-packet) from 5.6.0 to 5.6.1. Release notes Sourced from mqtt-packet's releases. v5.6.1 fix malformed packet - 5.x #56 Commits 483b6d8 Bumped v6.1.2 cfae33b Merge pull request #53 from mqttjs/fix-malformed-packet-6...

dependencies

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 to 3.1.11. Release notes Sourced from webpack-dev-server's releases. v3.1.11 3.1.11 (2018-12-21) Bug Fixes bin/options: correct check for color support (options.color) (#1555) (55398b5) package: update spdy v3.4.1...4.0.0...

dependencies

Hi Mr @kmamykin For the best feature in MQTT is qos1 but I tried to find that configuration but not found on your documentation. Pls teach me or show me...

I am using the websocket with both cognito auth and unauth and it is working great! Except, that cognito auth tokens expire every hour. This cannot be extended. In one...

After doing extensive testing and debugging, I found that client.connected is set to false after connecting, and that subscriptions simply fail silently -- without even calling the callback -- if...

Followed the in-browser usage and got the following error on localhost. > BrowserClient.js:68 WebSocket connection to 'wss://...' failed: Error in connection establishment: net::ERR_CERT_REVOKED My dev app server is behind an...