2023/06/09 07:49:44 Read loop error 'websocket: close 1000 (normal): Bye', closing read loop.
2023/06/09 07:49:44 Read loop error 'websocket: close 1000 (normal): Bye', closing read loop.
2023/06/09 07:49:44 Connection error callback invoked, closing protocol.
2023/06/09 07:49:44 Error upserting record: websocket: close 1000 (normal): Byegc, err = gremlingo.NewDriverRemoteConnection("wss://xxxxxxxxxx.neptune.amazonaws.com:8182/gremlin",
func(settings *gremlingo.DriverRemoteConnectionSettings) {
settings.TraversalSource = "g"
})g := gremlingo.Traversal_().WithRemote(gc)match := map[interface{}]interface{}{
gremlingo.T.Id: ac.Identifier, // I have also tried without the T.Id
gremlingo.T.Label: "areacode",
}res, err := g.MergeV(match).HasNext()g.AddV("LUFC").Property("captain", "Billy").Next()Join the Discord to ask follow-up questions and connect with the community
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,383 Members
Join