Charlie created TINKERPOP-1695:
----------------------------------
Summary: Session close over websocket does not reply with
confirmation
Key: TINKERPOP-1695
URL: https://issues.apache.org/jira/browse/TINKERPOP-1695
Project: TinkerPop
Issue Type: Bug
Components: server
Affects Versions: 3.2.4, 3.2.3
Environment: Ubuntu 14.04
Reporter: Charlie
Priority: Minor
If you were to open up wireshark and monitor the websocket traffic and run the
following in the gremlin console, you will see that a close message will get
sent, but no confirmation back that the session actually closed.
{code:java}
gremlin> :remote console tinkerpop.server conf/remote.yaml session
gremlin> :> g.V().count()
gremlin> :remote close
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)