Skip to content

Commit

Permalink
fix: another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 2, 2024
1 parent 95182d4 commit eeb0221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.12.0
2 changes: 1 addition & 1 deletion src/lib/impl/SubscriberImpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class SubscriberImpl extends EventEmitter {
});

// open the socket at the provided address, port
client.connect({port: port, host: address, autoSelectFamily: false}, () => {
client.connect({port: port, host: address}, () => {
if (this.isShutdown()) {
client.end();
return;
Expand Down

0 comments on commit eeb0221

Please sign in to comment.