How can I check if the RPC client actually made a successfull connection to the RPC server when I create the channel and stub?
I want to be able to throw an exception or signal if the connection failed. I am not sure what method qualifies as an "operation" to try here. I don't want to make any of the RPC calls that we defined, as they all have effects that will occur....unless the only option is to go implement some "Hi I am here" RPC method, but that seems silly, no?
void ChatSyncClient::connect(QUrl const& endpoint)