fix a deadlock by returning the lock after clearing ephemeral channels

This commit is contained in:
ansuz 2019-06-13 15:03:36 +02:00
parent a2eee153b1
commit ac3a58cc38
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ nThen(function (w) {
return void cb();
}
Log.info('EVICT_EPHEMERAL_CHANNEL_REMOVAL', item.channel);
cb();
}));
}