We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3844dd8 commit f13c20bCopy full SHA for f13c20b
lib/cmap/connection.js
@@ -257,7 +257,7 @@ function messageHandler(conn) {
257
258
function streamIdentifier(stream) {
259
if (typeof stream.address === 'function') {
260
- return `${stream.address().address}:${stream.address().port}`;
+ return `${stream.remoteAddress}:${stream.remotePort}`;
261
}
262
263
return uuidV4().toString('hex');
0 commit comments