-
```ts
import tls from 'node:tls'
import https from 'node:https'
import net from 'node:net'
function tlsConnect(options) {
options.path = undefined;
if (!options.servername && options.ser…
-
### What happened?
![Bildschirmfoto 2023-08-21 um 18 04 41](https://github.com/grafana/grafana/assets/6253315/14763679-8e6e-4a26-b7b7-1e87f4f665d0)
### What did you expect to happen?
I like to fe…
-
Please add support for mqtt websockets, pretty sure quite some people would want this implemented.
-
**Is your feature request related to a problem? Please describe.**
I use espurna on lolin-nodemcu as IR Transmitter to control rgb led strip which works great by sending mqtt messages from mqtt dashb…
-
with this mosquitto.conf (2.0.14)
```
listener 8001 1.2.3.4
socket_domain ipv4
protocol mqtt
listener 8002 1.2.3.4
socket_domain ipv4
protocol websockets
```
I expect only two runni…
-
This may be more of a question for IS-04.
The example in [Core models - IS-04 highlights - Senders](https://github.com/AMWA-TV/nmos-event-tally/blob/v1.0/docs/4.0.%20Core%20models.md#23-senders) sh…
-
I am trying to get MQTT over WebSockets to work.
Some of the examples give the possibility to select the transport protocol to e.g.:
```
// The protocol you wish to use should be uncommented
/…
-
This is the stack
clientError Error: invalid status code: 12592
at Receiver.controlMessage (/data/www/prod/mqtt-server/node_modules/ws/lib/Receiver.js:414:22)
at Receiver.getData (/data/w…
-
Hi there,
I have the same connection problem every time my tydom box restarts (electrical shutdown for exemple...).
The connection to the mqtt broker works fine, the connection to the tydom is rejec…
-
The nostr-filter seems to be having issues communicating with strfry if I'm understanding this correctly. Getting `Error: connect ECONNREFUSED 127.0.0.1:7777` in the nf.log when it first starts. In my…