Closed abhilashg1 closed 4 years ago
Thanks for reporting this bug! client.close()
does close the connection to the server and frees resources as expected, but it does not update the client's internal state to mark the connection as closed, so client.is_connected()
continues to return true
, even after client.close()
was called successfully.
hi
am trying with a simple code to check the basics of Rust client, but the
client.close()
is not working.output observed is: