We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38a36e + d76903e commit 4a2689bCopy full SHA for 4a2689b
1 file changed
lib/common/connection.js
@@ -94,6 +94,7 @@ module.exports.Token = Token;
94
*/
95
function Connection(opts) {
96
events.EventEmitter.call(this);
97
+ this.setMaxListeners(0);
98
99
opts = opts || {};
100
0 commit comments