ngx-mqtt
ngx-mqtt copied to clipboard
Allow to retrieve connection state
In actual state we can't retrieve mqtt connection state.
This is because state is wrapped to a Subject instead of the BehaviorSubject.
With this change we'll be able to get that by new property - connectionState