We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
invalidateAll
1 parent dffa806 commit 33f4353Copy full SHA for 33f4353
java/src/org/openqa/selenium/grid/node/local/LocalNode.java
@@ -855,10 +855,8 @@ public void stop(SessionId id) throws NoSuchSessionException {
855
}
856
857
private void stopAllSessions() {
858
- if (currentSessions.estimatedSize() > 0) {
859
- LOG.info("Trying to stop all running sessions before shutting down...");
860
- currentSessions.invalidateAll();
861
- }
+ LOG.info("Trying to stop all running sessions before shutting down...");
+ currentSessions.invalidateAll();
862
863
864
private Session createExternalSession(
0 commit comments