ml-testing-toolkit 18.16.2-snapshot.0 → 18.16.2-snapshot.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ml-testing-toolkit",
3
3
  "description": "Testing Toolkit for Mojaloop implementations",
4
- "version": "18.16.2-snapshot.0",
4
+ "version": "18.16.2-snapshot.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Vijaya Kumar Guthi, ModusBox Inc. ",
7
7
  "contributors": [
@@ -50,7 +50,8 @@ class InboundEventListener {
50
50
 
51
51
  // Fixes the MyEmitter listener leak issue
52
52
  if (this.emitter.listenerCount('newInbound') > 0) {
53
- this.emitter.removeAllListeners('newInbound')
53
+ // this.emitter.removeAllListeners('newInbound')
54
+ return
54
55
  }
55
56
 
56
57
  this.emitter.on('newInbound', (data) => {