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

View File

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