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

1
.gitignore vendored
View File

@@ -38,3 +38,4 @@ node_modules
examples/*
ecosystem.config.js
.vscode

View File

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

7
package-lock.json generated
View File

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

View File

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