Adam Mitz

Results 150 comments of Adam Mitz

But that's a decision that dds4ccm made, not an obligation of DDS itself. So if this is a dds4ccm problem, the check can be made there. The check from the...

@jwillemsen Sorry I must have missed this one when you brought it up. I think that domain_id_ could move to EntityImpl -- see [inheritance tree in Doxygen](http://download.opendds.org/doxygen/a00217.html) for how this...

OpenDDS is trying to determine which address should be used by other hosts to reach this host on the network. If your system is not able to do this automatically,...

If deserialization fails and `strm.set_construction_status(Serializer::ElementConstructionFailure);` is reached, the method returns false and both the stream position and the rhs object are not used.

Is the DCPSInfoRepo also running in a docker container? Is its TCP port 12345 accessible outside the container? Try enabling debug logging from the TAO libraries with `-ORBDebugLevel 10`.

Ah, thanks for clarifying. The DCPSInfoRepo interfaces are not stable across OpenDDS releases. They are tied to the internal APIs used for discovery. If this is needed, one could build...

> > > Fixed #3060 There is no consensus on #3060, moving this to draft.

The steps to use `vcpkg` for 3rd-party libs needed for DDS Security (namely Xerces-C++ and OpenSSL) are in the DDS Security documentation. Note that ACE is not a 3rd-party lib...

@DigitalInBlue I'll echo what Johnny said and also point out that we (Object Computing, Inc.) have made significant investments in CMake support including the new feature for using CMake to...

Should probably just be a warning. It will work with a larger number but the port mapping is undefined. Both the DCPS and RTPS specs leave a lot up to...