Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vertx-dev] "close()" method not working :(

Hi All.

The procedure as per the link
http://vertx.io/vertx2/api/java/org/vertx/java/core/net/NetSocket.html#close%28%29

does not behave as expected. Even after calling the above method, the socket still very well shows in "ESTABLISHED" state. locally (at Vertx side).

It is only when the peer (NOT running Vertx) closes the socket, the state goes to "TIME_WAIT" locally.

Am I missing something?



Thanks and Regards,
Ajay

Back to the top