mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
update to drachtio-srf@4.4.34
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user