Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Client Autorefresh #1

Merged
merged 2 commits into from
Aug 3, 2018

Conversation

sanchitmehta
Copy link
Contributor

Added the functionality to auto-(refresh/reconnect) WebSSH client based on various events in the back-end. Handles web app config change, web-app restart, malfunctioning of [kudu container, web-app container, lwas-service, webssh node service], and web-app cold start.

Please review @rramachand21 @JennyLawrance

…h when ssh connection/socket disconnects is lost
public/client.js Outdated
}
if (!refreshTimer && (siteStatus === "RUNNING")) {
document.getElementById('status').style.backgroundColor = 'red';
document.getElementById('status').innerHTML = 'SSH CONNECTION DISCONNECTED.ATTEMPTING TO RECONNECT';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space

public/client.js Outdated
});
});
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;

@rramachand21-zz rramachand21-zz merged commit 144878d into Azure-App-Service:master Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants