Replies: 4 comments 3 replies
-
full error log:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I will have a look. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi I am experiencing very similar issues, it happens while the service is in use |
Beta Was this translation helpful? Give feedback.
2 replies
-
Considered fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I have developed an ASP.NET Core Web API utilizing Gremlinq for CosmosDB graph data access. The service, injected with IGremlinQuerySource, is registered as a singleton.
The issue arises after the service has been inactive for a few hours. Subsequently, the first Gremlin query results in a System.ObjectDisposedException associated with the semaphore.
Error log:
Any idea what could be going wrong? It occurs for every Gremlin query and not for a specific one.
Beta Was this translation helpful? Give feedback.
All reactions