Skip to content

Commit

Permalink
Merge pull request open-source-labs#34 from garyslootskiy/master
Browse files Browse the repository at this point in the history
fix close connection bug
  • Loading branch information
garyslootskiy authored Oct 29, 2020
2 parents d3ff495 + 811f554 commit 2c7a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/controllers/reqResController.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const connectionController = {
default:
console.log("Invalid Protocol");
}
console.log("Connection aborted.");c
console.log("Connection aborted.");
}

this.openConnectionArray = this.openConnectionArray.filter(
Expand Down

0 comments on commit 2c7a5d5

Please sign in to comment.