-
### Describe the bug
One may create and publish a mod as a publicly available item, which users may subscribe to it, get it downloaded, but does not show up in game's mod manager menu.
This invisi…
-
Hi,
I wrote a client which basically simulates an overloaded (not consuming) subscriber.
```
async fn main() -> () {
let paths = vec!["Vehicle.Speed"];
let mut client: KuksaClient =…
-
Some protocol messages have a rigid structure:
```
[SUBSCRIBED, SUBSCRIBE.Request|id, Subscription|id]
[UNSUBSCRIBED, UNSUBSCRIBE.Request|id]
[REGISTERED, REGISTER.Request|id, Registration|id]
…
-
Environment and platform:
ubuntu,chrome92
Publish one simulcast stream , codec is vp9 or vp8
publish option is
publishOptions = {
audio : true,
video : [
{codecPayloadType:125,rid: 'q', activ…
-
Async API version 3.0.0 has been released https://www.asyncapi.com/blog/release-notes-3.0.0 with some nice changes, specifically reducing "Publish and subscribe confusion" and "Request/Reply" support.…
-
Hello,
I’m currently working on a mission sending process for my drones.
I want to send a mission with two or more mission_items.
Unfortunately, I only receive 1 item. I checked the entire sending …
-
**使用版本:Ubuntu 16.04 ROS Kinetic(已安装)**
>以下步骤自行完成(仅附终端命令)
>1.在已有工作空间下创建功能包ch10_tutorials1
>2.导入std_msgs和roscpp作为该功能包的依赖项
```bash
catkin_create_pkg ch10_tutorials1 std_msgs roscpp
```
…
-
We struggled with a migration from 2.0.14 to 2.0.18 (version bump provided by our OS), where we would see mosquitto not connecting to the remote side of a bridge after the update. Restarting mosquitto…
-
**Describe the bug**
In file depthai-ros/depthai-ros-driver/scripts/obj_pub.py at line 39 the node tries to subscribe to topic "/oak/nn/detections". This topic does not exist in the orchestration. Ra…
-
**Is your feature request related to a problem? Please describe.**
The way adapters work, every message gets broadcast to all instances of the service. This represents a scalability problem, especial…