Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Cannot Reproduce
-
3.4.9
-
None
-
None
Description
Sorry if I made this ticket incorrectly.
I've installed gremlin as indicated.
Running such a call as
g.V(id).elementMap().toList(); fails to return from my client application
output results is always [{}]
same with return g.V(id).valueMap().toList();
The above calls can output to the console correctly but not be serialized.
Other toList calls work when the type is Vector. but seem to fail with Map.
I am running Express, against Tinkertop 3.4.