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

Allow to retrieve connection state

Open gtteamamxx opened this issue 2 years ago • 0 comments

In actual state we can't retrieve mqtt connection state.

This is because state is wrapped to a Subject instead of the BehaviorSubject.

image

With this change we'll be able to get that by new property - connectionState

gtteamamxx avatar Mar 17 '22 12:03 gtteamamxx