update to drachtio-srf@4.4.34

This commit is contained in:
Dave Horton
2020-06-08 14:26:30 -04:00
parent cd58d4a4f0
commit f3fcdfc481
4 changed files with 8 additions and 6 deletions

3
.gitignore vendored
View File

@@ -37,4 +37,5 @@ node_modules
examples/* examples/*
ecosystem.config.js ecosystem.config.js
.vscode

View File

@@ -21,7 +21,7 @@ class TaskSay extends Task {
this.ep = ep; this.ep = ep;
try { try {
const filepath = []; const filepath = [];
while (!this.killed && this.loop--) { while (!this.killed && this.loop-- && this.ep.connected) {
let segment = 0; let segment = 0;
do { do {
if (filepath.length <= segment) { if (filepath.length <= segment) {

7
package-lock.json generated
View File

@@ -1095,9 +1095,9 @@
} }
}, },
"drachtio-srf": { "drachtio-srf": {
"version": "4.4.28", "version": "4.4.34",
"resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-4.4.28.tgz", "resolved": "https://registry.npmjs.org/drachtio-srf/-/drachtio-srf-4.4.34.tgz",
"integrity": "sha512-gY/wmH6JFmeEv2/jhwFbky1NYUmDwgIJzjNeGlDiAkQEA6GgcI/CFi5RRHAUzghpczTwXQNDXpARPB8QDWX1JA==", "integrity": "sha512-hTaO45Hc9SOJlxucZxnNGtvoIXG1loeu0H8W4U3WU9va3BY2U0kK2f2sT8mvqURA3c7/jFRfSicvDniZYKWwyg==",
"requires": { "requires": {
"async": "^1.4.2", "async": "^1.4.2",
"debug": "^3.1.0", "debug": "^3.1.0",
@@ -1108,6 +1108,7 @@
"lodash": "^4.17.13", "lodash": "^4.17.13",
"node-noop": "0.0.1", "node-noop": "0.0.1",
"only": "0.0.2", "only": "0.0.2",
"sdp-transform": "^2.14.0",
"sip-methods": "^0.3.0", "sip-methods": "^0.3.0",
"utils-merge": "1.0.0", "utils-merge": "1.0.0",
"uuid": "^3.0.0" "uuid": "^3.0.0"

View File

@@ -30,7 +30,7 @@
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"debug": "^4.1.1", "debug": "^4.1.1",
"drachtio-fsmrf": "^2.0.1", "drachtio-fsmrf": "^2.0.1",
"drachtio-srf": "^4.4.28", "drachtio-srf": "^4.4.34",
"express": "^4.17.1", "express": "^4.17.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"@jambonz/db-helpers": "^0.3.7", "@jambonz/db-helpers": "^0.3.7",