Hi,
I have two services which each of the has the ability to update the same Graph. (C#)
One of them is longer than the other. Sometimes they might try to run together.
My code for connecting is the same -
public void Connect(){if (!_client.IsConne...