Fix hanging IORedis connections; add extollo.wontstop debugging helper

This commit is contained in:
2022-03-29 02:30:48 -05:00
parent 8f08b94f74
commit cdecb7e628
5 changed files with 43 additions and 11 deletions

View File

@@ -74,12 +74,14 @@
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.6",
"@types/wtfnode": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"mocha": "^9.1.3",
"sinon": "^12.0.1"
"sinon": "^12.0.1",
"wtfnode": "^0.9.1"
},
"extollo": {
"discover": true,