GitHub user FlorianHockmann opened a pull request:
https://github.com/apache/tinkerpop/pull/925
Make closing of connections robust TINKERPOP-2026
https://issues.apache.org/jira/browse/TINKERPOP-2026
This should solve the problem described in the ticket where apparently the
server already initiated closing of the connection when the driver tries to
close it which led to an exception.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-2026
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/925.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #925
----
commit 4965803ae8e9283817e0171e1c463014c9166970
Author: Florian Hockmann <fh@...>
Date: 2018-09-01T15:02:23Z
Make closing of connections robust TINKERPOP-2026
----
---