[
https://issues.apache.org/jira/browse/TINKERPOP-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-2096:
----------------------------------------
Component/s: python
> 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
> Components: python
> Affects Versions: 3.4.0
> Reporter: Bjarte Johansen
> Priority: Major
>
> 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)