-
It is supposed that anyone can subscribe to `mms`
But now ` mmd-agent ` is subscribing to `mms` with authentication using a credential file and the credential file is not public.
Subscribe keys must…
-
Hi,
I am working on two way communication using Red5 Pro Android SDK. It was working fine till I checked on Samsung S7 (OS- Oreo 8.0). On this device when subscribe for a broadcast (after publishing …
-
### What
This is a request to implement a new `Post ActivityPub Contents` field for the user to enter a short (~250 char) summary of the Wordpress Post, which replaces the contents of the Post that…
-
Phase II: now we have decoded WAMP messages, we would like to see correlated messages together. We have some messages that are actually "request-response", some of those include
- SUBSCRIBE => SUBSCRI…
darkl updated
9 years ago
-
Hi!
I have seen that inconsistent topic types (normal/short) are used. When subscribing, a normal topic is used. When then something is published, a short topic is used. This should be made consist…
-
I modified httpServerAndMqttBroker.ino to operate as as WIFI_AP and to allow up to 8 clients.
```
#include
#include
#include
#include "EmbeddedMqttBroker.h"
...
void setup(){
Serial.b…
diodi updated
1 month ago
-
# Bulk Pubsub APIs (Bulk Publish and Bulk Subscribe)
> If you need more information on what needs to be completed, look in the `guides` directory for relevant guidance.
This issue follows the li…
-
**The problem/use-case that the feature addresses**
I need to be able to send a message to multiple channels. Currently I loop through the channels and send a PUBLISH command for each channel, whic…
-
https://gist.github.com/qfox/f33a51dc7189d98efe23
Basically, this test:
``` js
PubSub.publish('foo', 'bar');
PubSub.subscribe('foo', function(name, value) {});
```
Currently the callback is not bei…
pvdz updated
10 years ago
-
drawbacks current MQTT solution:
- need non-standard GOST prefix when publishing data using MQTT
- supports publish/subscribe only on Observations
Need to have a new design fixing those draw…
bertt updated
5 years ago