Replies: 2 comments
-
A minimal code setup to reproduce this would help everybody. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No repro no issue no problemo. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading ExRam.Gremlinq.Core and ExRam.Gremlinq.Providers.CosmosDb.AspNet from 11.1.0 to 12.0.0 and Gremlin.Net from 3.6.1 to 3.7.1
I can not get a response from a gremlinq query. It just waits for minutes without ever returning.
I can get data using the gremlin.net client, so the server setup seems to be good.
I had to move the specification of the partitionKey from the UseCosmosDb to appsettings.json. ( seems like a breaking change in 12.0.0)
services.AddGremlinq(setup => { setup.UseCosmosDb<Model.Graph.Vertex, Model.Graph.Edge>(); });
nothing is emitted in the logs... anybody have any idea of what the h"#¤ll is going on?
Beta Was this translation helpful? Give feedback.
All reactions