Adam Mitz

Results 150 comments of Adam Mitz

Communication between the DCPSInfoRepo and participants uses TAO (IIOP_Connector is a class in the TAO library). Using a combination of wireshark and TAO debug logging (`-ORBDebugLevel `) you may be...

> Setting DCPSBidirGIOP to 0 on both just seems to make this happen consistently Is that expected based on the network configuration? In other words, is it set up so...

Since `-DCPSBidirGIOP 0` makes the problem consistent and there's a VPN involved, I suggest running with `-DCPSBidirGIOP 0` and verifying (using ORBDebugLevel logging and/or packet capture) that in both the...

In general, yes, it helps to have a clean shutdown whenever possible.

The logs from TAO (produced by `-ORBDebugLevel ` will show which ports are in use and any errors that are happening at the socket level.

Both sides of the comparison are unsigned. Is there a CI build that shows the warning - or could one be added?

If the goal (near-term anyway) is to only support it with the C++11 mapping, one option would be to generate code that uses `std::optional` without relying on a feature flag....

I have the start of package metadata from a few years ago. It may not be relevant anymore, but if I can find it I'll put it on my fork.

Are you already working on this asan issue? https://github.com/OpenDDS/OpenDDS/actions/runs/7512932054/job/20454164971?pr=3603#step:11:1550

> Yeah, I started looking into it although haven't gotten anywhere with it yet. Looks like that's a tao_idl issue so it may not directly impact this PR.