Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FIX JENKINS-37206] Updated to use newer SSE client for stability (#61)
* Updated to use newer SSE client * Updated to use newer SSE client
- Loading branch information
Showing
with
16 additions
and 17 deletions.
- +1 −1 package.json
- +14 −16 src/main/js/api/sse.js
- +1 −0 src/main/js/globals.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -19,6 +19,7 @@ module.exports = { | ||
browser.end(); | ||
} finally { | ||
sse.disconnect(function() { | ||
console.log('>> Test suite "done". Okay to start next test.'); | ||
done(); | ||
}); | ||
} | ||