-
I have found at least two instances where the composite schedule calculation doesn't work as I expect. It could be that my expectation is incorrect; we need to follow up with the community.
- [x] W…
-
```
let users = MeteorCollection(name: "users")
Meteor.subscribe("users") , callback: {
var id = Meteor.client.userId()
self.navig…
-
I am trying to use cyclonedds as middleware implementation. I made a quick test the other day with it. It was set to use unicast for discovery and data transfer. Nodes (including psdk wrapper) were ru…
-
I'm running into an issue where if I leave a session and then join again I can't publish the second time. The flow is:
``` javascript
session.connect();
...
session.publish();
...
session.disconnect(…
-
I'm getting "Channel connection is closed" when consuming some queue.
```php
-
I'd love to see the Pub/Sub feature implemented! PUBSUB, SUBSCRIBE, UNSUBSCRIBE and PUBLISH first, followed by PSUBSCRIBE and PUNSUBSCRIBE. Is this a possibility?
-
### Environment
NetMQ Version: 4.0.1.4
Operating System: Windows 10
.NET Version: .NET Core 3.1
I am trying to implement token-based pubsub just like in this tutorial: https://s…
-
Individual pubsub hubs must be able to "know" what topics are being published and subscribed to. There should be a way of communicating between hubs via rpc to distribute the knowledge around the ne…
-
Create a client for Kinton API with the following features:
- Device registration via HTTP API.
- Subscribe to MQTT topic for every device.
- Publish to MQTT topic for every device.
-
Hello jeanrocco,
Your display solution sounds great!
Are you running a MQTT broker to that the autonomous portable temperature display subscribes to, or does the ESP8266 subscribe directly to t…