Skip to content
Commit 5ac4b393 authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Fix issue with last auth entry

The problem is that we send an exception to the client and then send the pending data to the UI. As part of sending the exception, we also finish the session and in that finish logic, we are cancelling the pending intent. The status update is async so there's race condition. For now, I'm removing the cancellation of the pending intent so as part of the finish logic. It is still cancelled when a new pending intent is created for the same session but won't be cancelled when the session ends. May send out a follow up that addresses cancelling the pending intent with session finish in a safe way.

Bug: 281615828
Test: built and deployed locally

Change-Id: I9f30a0236da2125b56d8de42217fa70cc5e65191
parent c51d3ed9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment