smnrgrs

Results 7 issues of smnrgrs

I have an IDL containing an enum. If comment it out I can pub/sub between OpenDDS (3.20) and CycloneDDS. If I uncomment my enum I get `(300870|300890) Sedp::match_continue - WARNING...

interop

I'm trying to interoperate with OpenDDS 3.20 using Cyclonedds python 0.9.1. I see the following error: dq.builtin: SPDP (vendor 1.3): invalid qos/parameters dq.builtin: invalid parameter list (vendor 1.3, version 2.4):...

bug
waiting-on-feedback

Hi, I'm trying to interoperate between Cyclone DDS (Python bindings) (0.11.0) and OpenDDS (3.22). Recently interoperability was fixed between Cyclone (C/C++) and OpenDDS when using enums in the IDL (issue...

bug

For large deployments with no multicast discovery, the current SpdpSendAddrs syntax in the ini file is cumbersome. Allow multiple ports per host to be easily specified. Each SpdpSendAddrs entry can...

I've been struggling for a while with Python/C interoperability when using a complex topic (simpler ones work). On one Ubuntu 20.04 PC, Python to C interoperability fails (but succeeds if...

Tested with cyclonedds-master compiled using VS2017 Win64 To reproduce: cd examples\helloworld idlc -lpy HelloWorldData.idl This writes an empty _HelloWorldData.cache file in a HelloWorldData folder. When working on Ubuntu we get...

### Describe the bug The memory allocated by calling z_declare_publisher is not released when z_undeclare_publisher or z_publisher_drop is called. I have an application which has high numbers of objects, each...

bug