-
I was advised to repost my question on ROS Answers (https://answers.ros.org/question/334010/valgrind-memory-error-from-publish/) here.
I encountered the following error while doing some memory che…
-
**I'm submitting a...**
- [x] Bug report
- [ ] Feature request
- [ ] Documentation issue or request
**Current behavior**
Sometimes, over a longer period of time, the cubic-client su…
-
# Info
For the sake of learning and before getting started in ROS, everyone needs to do the task. i encourage you to expand the network of node connections to get a better feel for the topic. We need…
-
I want to be able to:
- Receive notifications when important things happen (such as someone replies to a message of mine)
- Follow / unfollow certain feeds
- View incoming items (such as blog pos…
-
### Describe the bug
#### Description
We have a system with many applications with their own messages contract packages (published as nuget packages) which publishes events that other applications…
oskar updated
2 weeks ago
-
## 🚀 Feature
```gherkin
As a user
I want to subscribe to a group and be notified about new posts
```
Tasks:
- [ ] Add subscribe button (on/off)
- [ ] public group
- [ ] `Subs…
-
Hi Mr @kmamykin
For the best feature in MQTT is qos1 but I tried to find that configuration but not found on your documentation.
Pls teach me or show me the example how to do w it.
Thanks!
-
https://docs.folotoy.com/zh/docs/integrations/mqtt
这个页面中
**发送**玩具的事件消息,identifier 包括: voice_generated,recording_transcribed
但是类型是 `Subscribe` ,是否是文档写错了?英文中也用的 `send`
-
There's an example of a chat client using cluster pubsub here
https://github.com/typesafehub/activator-akka-clustering/blob/master/src/main/scala/chat/ChatClient.scala
We should leverage the exa…
-
During application startup you can set publish/subscribe endpoints, i.e. for NetMQ, like this:
```
IBus bus = new Bus();
bus.Initialize(succubus =>
{
succubus.WithNetMQ(init =>
{
init…