[ 
https://issues.apache.org/jira/browse/TINKERPOP-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058348#comment-16058348
 ] 

Robert Dale edited comment on TINKERPOP-1695 at 6/21/17 10:18 PM:
------------------------------------------------------------------

I don't seem to be able to reproduce the issue here.

command-line:
{noformat}
[rdale@mocl99mqm12 apache-tinkerpop-gremlin-console-3.2.4]$ python websocket.py 
First message sent.
Message response: 
{"requestId":"d52ba43b-1c82-4965-abef-918e6bef420a","status":{"message":"","code":200,"attributes":{}},"result":{"data":[0],"meta":{}}}
Close message sent.
Close response: 
{"requestId":"e9a7602a-b7f9-4983-8175-238e1f307776","status":{"message":"","code":204,"attributes":{}},"result":{"data":null,"meta":{}}}
[rdale@mocl99mqm12 apache-tinkerpop-gremlin-console-3.2.4]$ 
{noformat}

server: 

{noformat}
[INFO] Session - Session 8c13e3b8-b322-41e3-81a3-a879e12a0343 closed

{noformat}

!screenshot-1.png|thumbnail!


was (Author: rdale):
I don't seem to be able to reproduce the issue here.

command-line:
{noformat}
[rdale@mocl99mqm12 apache-tinkerpop-gremlin-console-3.2.4]$ python websocket.py 
First message sent.
Message response: 
{"requestId":"d52ba43b-1c82-4965-abef-918e6bef420a","status":{"message":"","code":200,"attributes":{}},"result":{"data":[0],"meta":{}}}
Close message sent.
Close response: 
{"requestId":"e9a7602a-b7f9-4983-8175-238e1f307776","status":{"message":"","code":204,"attributes":{}},"result":{"data":null,"meta":{}}}
[rdale@mocl99mqm12 apache-tinkerpop-gremlin-console-3.2.4]$ 
{noformat}

server: 
[INFO] Session - Session 8c13e3b8-b322-41e3-81a3-a879e12a0343 closed



> 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
>         Attachments: pcap_ws.png, screenshot-1.png
>
>
> 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)

Reply via email to