Skip to content

Commit

Permalink
fix: revert for address
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 2, 2024
1 parent 95182d4 commit 641e42e
Showing 1 changed file with 1 addition and 1 deletion.
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, address, () => {
if (this.isShutdown()) {
client.end();
return;
Expand Down

0 comments on commit 641e42e

Please sign in to comment.