Fixed client disconnect and navigation glitch
This commit is contained in:
parent
ecf0516b39
commit
a3cb448a7b
8 changed files with 34 additions and 39 deletions
|
@ -29,8 +29,6 @@ export default class TestResultsWorker extends Worker {
|
|||
// Alter to start next test
|
||||
// TODO the delay should be autopopulated either by the suite, or filled in by the server
|
||||
if (pipeline) return this.pipelineTrigger(pipeline);
|
||||
const { dashboardSocketId: dsi } = pipeline;
|
||||
this.pipelineClose(dsi);
|
||||
}
|
||||
|
||||
pipelineTrigger(pipeline) {
|
||||
|
@ -38,7 +36,4 @@ export default class TestResultsWorker extends Worker {
|
|||
this.skio.to(dsi).emit(evt.PPL_TRG, pipeline);
|
||||
}
|
||||
|
||||
pipelineClose(socketId) {
|
||||
this.skio.to(socketId).emit(evt.PPL_CLS);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue