TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.

Home Page:http://tootallnate.github.io/Java-WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

after i call close() method, why the tcp connect do not disconnected?

TangDynasty06 opened this issue · comments

i use java-Websocket as a client to connect my data server。
when i want to disconnect from server,i call close() method(in WebSocketClient class)。
but i find the tcp connection don't disconnected。
java-Websocket version is 1.5.6
image

Cannot reproduce this issue, for me TCP connection is closed as expected.
Please provide a small program which reproduces the issue