Bjarte Johansen created TINKERPOP-2096:
------------------------------------------
Summary: gremlinpython: AttributeError when connection is closed
before result is received
Key: TINKERPOP-2096
URL: https://issues.apache.org/jira/browse/TINKERPOP-2096
Project: TinkerPop
Issue Type: Bug
Affects Versions: 3.4.0
Reporter: Bjarte Johansen
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`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)