Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jun 25, 2024
1 parent 766c3b8 commit 8844ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dispatcher/dispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class ComposedDispatcher extends Dispatcher {
this[kOnDisconnect] = (...args) => this.emit('disconnect', ...args)
this[kOnConnectionError] = (...args) => this.emit('connectionError', ...args)

// TODO (fix): These must be weak references...
this.#dispatcher
.on('drain', this[kOnDrain])
.on('connect', this[kOnConnect])
Expand Down

0 comments on commit 8844ee6

Please # to comment.