Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Vierengel committed Aug 22, 2024
1 parent ba21e93 commit 3eea47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoodWe/GoodWe.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class GoodWeUdp {
#bmsInfo = new GoodweBmSInfo();

constructor() {
// the next line of code should be deleted. I think it was probably introduced to silence the ever increasing listeners on #client
// the next line of code should be deleted. I think it was probably introduced to silence the ever increasing listeners on this.#client
// because of the .on()-calls which installs a listener on each invocation, but does not remove it.
// this.#client.setMaxListeners(0);
}
Expand Down

0 comments on commit 3eea47d

Please sign in to comment.