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

gremlinpython: AttributeError when connection is closed before result is received

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0, 3.3.5
    • python
    • None

    Description

      When a connection to the server is closed after a write has happened, the call to `tornado.websocket.read_message' returns `None` resulting in a `AttributeError: 'NoneType' object has no attribute 'decode'` when calling `message.decode('utf-8')` in `Protocol.data_recieved`.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            ljos Bjarte Johansen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: