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

This library isn't just a wrapper around MQTT.js for angular. It uses observables and takes care of subscription handling and message routing.

Results 38 ngx-mqtt issues
Sort by recently updated
recently updated
newest added

``` constructor(private _mqttService: MqttService ) {} ngOnInit(): void { this._mqttService.connect(); this.getMessage(); } getMessage() { this.mqttSubscription = this._mqttService .observe(key) .subscribe((message: IMqttMessage) => { console.log(message.payload.toString()); }); } ``` app.module ``` export const...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

- [x] **I have searched for similar issues in this repository, but couldn't find one.** - [x] **I have read the README and have a basic understanding how angular works.**...

- [ ] **I have searched for similar issues in this repository, but couldn't find one.** - [ ] **I have read the README and have a basic understanding how...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

- [x] **I have searched for similar issues in this repository, but couldn't find one.** - [x] **I have read the README and have a basic understanding how angular works.**...

In actual state we can't retrieve mqtt connection state. This is because state is wrapped to a Subject instead of the BehaviorSubject. ![image](https://user-images.githubusercontent.com/10392319/158808040-a561f709-4e0f-4613-bc77-46518ca194b9.png) With this change we'll be able to...

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies