Valentyn Kahamlyk created TINKERPOP-2937:
--------------------------------------------

             Summary: 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: Improvement
          Components: python
    Affects Versions: 3.5.5
            Reporter: Valentyn Kahamlyk


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)

Reply via email to