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

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) {