Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 41210cf

Browse files
kumavisJacob Heun
authored andcommitted
fix: stats - observer expects protocolTag
1 parent 79344d2 commit 41210cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol-muxer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function protocolMuxer (protocols, observer) {
1818
if (protocol) {
1919
const handlerFunc = protocol && protocol.handlerFunc
2020
if (handlerFunc) {
21-
const conn = observeConn(null, protocol, _conn, observer)
21+
const conn = observeConn(null, protocolName, _conn, observer)
2222
handlerFunc(protocol, conn)
2323
}
2424
}

0 commit comments

Comments
 (0)