Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2937

Throw an error when trying to use a closed connection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.5.5
    • 3.7.0, 3.5.7, 3.6.5
    • python
    • None

    Description

      When trying to use a closed connection in Python GLV, the application just hangs.

      client = Client('ws://localhost:8182/gremlin', 'g')
      client.submit('2+2').all().result()
      client.close()
      client.submit('2+2').all().result()

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            valentyn Valentyn Kahamlyk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: