[
https://issues.apache.org/jira/browse/TINKERPOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2937.
---------------------------------------
Fix Version/s: 3.7.0
3.5.7
3.6.5
Assignee: Stephen Mallette
Resolution: Fixed
Fixed via CTR with:
https://github.com/apache/tinkerpop/commit/e2e9e9f67171705ede673f97e2a605a2d73c79fe
> Throw an error when trying to use a closed connection
> -----------------------------------------------------
>
> Key: TINKERPOP-2937
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2937
> Project: TinkerPop
> Issue Type: Bug
> Components: python
> Affects Versions: 3.5.5
> Reporter: Valentyn Kahamlyk
> Assignee: Stephen Mallette
> Priority: Critical
> Fix For: 3.7.0, 3.5.7, 3.6.5
>
>
> When trying to use a closed connection in Python GLV, the application just
> hangs.
> {code:java}
> client = Client('ws://localhost:8182/gremlin', 'g')
> client.submit('2+2').all().result()
> client.close()
> client.submit('2+2').all().result(){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)