Skip to content

Commit 67ee51c

Browse files
committed
while suspended the cache may become stale, so drop it when resuming
1 parent 8ef0ad9 commit 67ee51c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Signal-Windows.Lib/SignalLibHandle.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public async Task Reacquire()
147147
CancelSource = new CancellationTokenSource();
148148
SemaphoreSlim.Wait(CancelSource.Token);
149149
LibUtils.Lock();
150+
LibsignalDBContext.ClearSessionCache();
150151
Instance = this;
151152
await Task.Run(() =>
152153
{

0 commit comments

Comments
 (0)