You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/07/15 18:54:56 UTC

[tinkerpop] branch 3.5-dev updated (e6e83139cc -> 137cad03e7)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from e6e83139cc fixed GraphSON Path Version 2.0 example
     add e92d53fa07 gremlin-go: fix deadlock on (*DriverRemoteConnection).Close
     add c93661f5d9 gremlin-go: refactor writeLoop and readLoop using defer
     add 986f518368 Merge branch 'pr-1754' into 3.5-dev
     add 137cad03e7 Fixed imports CTR

No new revisions were added by this update.

Summary of changes:
 .../traversal/translator/GolangTranslator.java     |  8 ++++-
 gremlin-go/driver/connection.go                    |  8 +++--
 gremlin-go/driver/gorillaTransporter.go            | 12 +++-----
 gremlin-go/driver/protocol.go                      | 26 ++++++++---------
 gremlin-go/driver/protocol_test.go                 | 34 ++++++++++++++++++----
 5 files changed, 56 insertions(+), 32 deletions(-)