fix a deadlock by returning the lock after clearing ephemeral channels

pull/1/head
ansuz 6 years ago
parent a2eee153b1
commit ac3a58cc38

@ -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();
})); }));
} }

Loading…
Cancel
Save