Commit 65a6604
Fix SessionCleaner dying off due to uncaught exception. (#2031)
Because the run() method does not catch any exceptions, throwing an unchecked exception in checkExpiry propagates up and causes the SessionCleaner thread to die off. Once this happens, browser sessions will no longer be closed due to their timeout.
This issue is described here:
SeleniumHQ/selenium-google-code-issue-archive#72481 parent dbe638e commit 65a6604
File tree
1 file changed
+3
-1
lines changed- java/server/src/org/openqa/selenium/remote/server
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments