cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

sonsi
Node Link
since ‎12-22-2022
‎12-27-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...
Hi, I have two services which each of the has the ability to update the same Graph. 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.IsConnected)...