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:52 UTC

[tinkerpop] branch 3.6-dev updated (2c11b96fa0 -> c478381cac)

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

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


    from 2c11b96fa0 Merge branch '3.5-dev' into 3.6-dev
     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 61a02b6ec1 Merge branch '3.5-dev' into 3.6-dev
     add 137cad03e7 Fixed imports CTR
     add c478381cac Merge branch '3.5-dev' into 3.6-dev

No new revisions were added by this update.

Summary of changes:
 .../traversal/translator/GolangTranslator.java     | 10 ++++++-
 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, 58 insertions(+), 32 deletions(-)