Unable to connect to MQTT broker via ngx-mqtt in angular8
问题 No matter what i do i can't connect to a mqtt broker via websocket in my angular application (trying in chrome and firefox). For simplicity i'm using HiveMQ broker, i've published on the topic /gat/38/openReservationRequests some data I've followed this medium article on how to connect to mqtt in angular using ngx-mqtt but for me it is not working. In my app: I've installed the module npm install ngx-mqtt --save i've added the configuration and set the module forRoot in my app.module.ts ...