ObjectServer::request_name doesn't fail if name already claimed on bus
According to its ObjectServer::request_name
requests exclusive access to the name, so I'd expect it to fail if the requested name is already taken.
However it doesn't fail because it never actually checks the reply from the broker, and since it also doesn't return the RequestNameReply
I can't even check myself.
Is this intended?