Skip to content

Commit

Permalink
fix(topology base): allow more than 10 event listeners (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjokimie authored and Jessica Lord committed Jan 18, 2018
1 parent ad64ddb commit d9fb750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/topologies/topology_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ class TopologyBase extends EventEmitter {
},
platform: nodejsversion
};

this.setMaxListeners(Infinity);
}

// Sessions related methods
Expand Down

0 comments on commit d9fb750

Please sign in to comment.