Skip to content

Commit

Permalink
Merge fc7f4e5 into 3b854ad
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhartman authored Apr 24, 2020
2 parents 3b854ad + fc7f4e5 commit e47af6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ function Karma (socket, iframe, opener, navigator, location, document) {
socket.on('connect', function () {
socket.io.engine.on('upgrade', function () {
resultsBufferLimit = 1
socket.emit('result', resultsBuffer)
resultsBuffer = []
})
var info = {
name: navigator.userAgent,
Expand Down

0 comments on commit e47af6b

Please sign in to comment.