Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
128keaton committed Apr 9, 2022
1 parent 82b2c30 commit 6b28fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tibbo-discover",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ export class TibboDiscover {
this._currentClient = createSocket('udp4');
});

if (this.$devices.value === null) {
this.$devices.next([]);
}

this.$devices.complete();
this._isBound = false;
}
Expand Down

0 comments on commit 6b28fd6

Please sign in to comment.