Skip to content

Commit

Permalink
Merge pull request #144 from istnv/bug/udp-host
Browse files Browse the repository at this point in the history
Fix UDP crash #143
  • Loading branch information
istnv authored Nov 6, 2024
2 parents 145fca4 + ad24d56 commit 4ce55f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figure53-qlab-advance",
"version": "2.8.2",
"version": "2.8.3",
"main": "qlabfb.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion qlabfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class QLabInstance extends InstanceBase {
const ws = bare ? '' : this.ws

if (!this.useTCP) {
const host = ''
let host = ''
if (this.config.host !== undefined && this.config.host !== '') {
host = this.config.host
}
Expand Down

0 comments on commit 4ce55f2

Please sign in to comment.