-
Right-click on `environment` does not work. It does work for `subscribe environment`.
```
publish environment = "ABC=def", Nil
```
-
We need to update our current backend code into a long running service/web server to be hosted on a windows machine. These changes will include:
1. Updating the current main method to start as a web …
-
Hey @jgaskins, thanks for the amazing work on this shard!
I was looking at your fork of cable.cr and noticed you using this connection setup;
```crystal
getter redis_subscribe = Redis::Connecti…
-
Hello,
I wrote a class which should test MQTT Brokers. The method "check_userprops" checks if it is possible to send and receive User Properties. I can see the message incl. the Properties in my MQ…
-
Mosca setup with MongoDB persistence as per this PR:
https://github.com/mcollina/mosca/issues/215
1. Client A Subscribe to topic with QoS 1 using paho-mqtt
2. Client A Disconnects
3. Client B …
-
i used this library in my two Node mcu's. Both Node mcu subscribes to the same topic.But when i publish a message to that topic, only one Node mcu can able to receive at a time.I need to publish messa…
-
Even though I discourage to use different messages for the publish operation and the subscribe operation, it's something people are doing so we have to support it. Example:
https://ubidots.com/docs…
-
Hi,
I am confused about the share memory feature On Nuttx.
1. Can I publish a topic from program A and receive it both from program B and program C?
2. Should I create sessions/streams/entiti…
-
It would be useful to subscribe to channels by wildcard. For example, a publisher could publish a message to channel `A.B.C`, and a receiver with subscription to `A.*` could receive the message.
Wild…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature…