Skip to content

Commit

Permalink
Add. fix for scanWorkers => V 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Dec 18, 2023
1 parent 51b45d3 commit 0c29120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "e3oncan",
"version": "0.1.2",
"version": "0.1.3",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ class E3oncan extends utils.Adapter {
for (const worker of Object.values(this.udsScanWorkers)) {
await worker.stop(this);
}
this.udsScanWorkers = {};

// Restart all previously running workers:
for (const worker of Object.values(this.E3UdsWorkers)) {
Expand Down

0 comments on commit 0c29120

Please sign in to comment.