Please report new issues athttps://github.com/DOCGroup
So far as I can see now from the code CORBA::ORB::resolve_initial_references doesn't really use the timeout that you can optionally pass in
Could this not just be removed ? It is non-standard and if timeouts are required here then presumably it would be best for users to just specify them via standard Messaging policy overrides on Policy Current before calling the operation. Clearly nobody has a use case for it currently if it is unimplemented.
I did look at the code a few weeks ago, I think it works, but there is no explicit test. If this is not in the spec, let us make a test to make sure this works when this gets removed
Do you mean that the timeout parameter on ::resolve_initial_references works ?
With mcast I think it works but never tested it