Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function stop()
{
//
// Close the connection, the server will unregister the client
// when it tries to invoke on the bi-dir proxy.
//
return connection.close(Ice.ConnectionClose.GracefullyWithWait);
}