[ https://issues.apache.org/jira/browse/TINKERPOP-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Mallette updated TINKERPOP-2937: ---------------------------------------- Issue Type: Bug (was: Improvement) > 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 > Priority: Trivial > > 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)