-
### Context
Currently the publish and subscribe system works by [sending](https://github.com/eloylp/goomerang/blob/main/server/pubsub.go#L37-L49) each message to all available subscribers for a giv…
-
### Context
This library provides basic and experimental pub/sub features. In order to send the messages among the different subscribers per topic, the code [maintains a map of maps, with a global …
-
I'm trying the following:
subscribe to a topic
by paylod make a query to a database
publish to another topic.
`
mqtt = new Bluerhinos\phpMQTT($server, $port, $client_id);
if(!$mqtt->connec…
-
Hi.
I'm getting an exception using thoonk with publish/subscribe. I'm using FreeBSD, Python 2.6.7 and redis 2.2.11.
What am I doing wrong? Thanks!
```
$ pip freeze | grep redis
hiredis==0.1.0
redis=…
-
Allow UI to subscribe to events created by a tracker/several trackers. UI then gets updates when those trackers create events.
-
### Describe the bug
I have a log message `Failed finding a suitable Avro schema for the 'PUBLISH NAMESPACES-V1' operation. No publication done`:
```
2024-11-14 16:09:02,863 INFO [io.git.mic.min…
-
Hello, I'm attempting to publish data on a specific topic from one device and subscribe to the same topic from another device using fastdds-python. Both devices are connected to the same network. Whil…
-
### Observed behavior
When using the `allow_responses` map in user permissions with `max` set, request/reply takes a significant performance hit depending on the value of `expires`. If the `max` valu…
-
I'm running pytest against my server which happens to require a login.
As the connection didn't succeed I'd expect the `async with AsyncMQTTClient()` call to raise an appropriate exception instead …
-
Hiya Tuan,
Awesome work!
I was playing with your demo code, all just fine. Then I noticed that calling a publish shortly after a subscribe seems to prevent a publish from within the subscribe callb…