[ https://issues.apache.org/jira/browse/TINKERPOP-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057986#comment-16057986 ]
Charlie commented on TINKERPOP-1695: ------------------------------------ Well, I'm not sure if I'm supposed to get a HTTP 204 or literally nothing (I only get Websocket closed messages on my pcap). It seems from the commit message that implemented the fix that I would get back an HTTP message. > 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.3, 3.2.4 > 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)