Merge branch 'memory' into 2024.9-test

This commit is contained in:
yflory 2024-08-21 17:13:18 +02:00
commit c502c00806

View file

@ -146,7 +146,7 @@ const dropChannel = HK.dropChannel = function (Env, chanName) {
expireChannel(Env, chanName);
}, TEMPORARY_CHANNEL_LIFETIME);
}
store.closeChannel(chanName, function () {});
if (Env.store) { Env.store.closeChannel(chanName, function () {}); }
};
/* checkExpired