Open wusteven815 opened 2 weeks ago
There seems to be a race condition where if a file is open, AuthPluginPsk
gets destroyed before its logout event is received. This delays the state change that causes a remount, so that the logout event is reached in time.
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 46.60%. Comparing base (
5ebc195
) to head (d99b4a5
).
Files with missing lines | Patch % | Lines |
---|---|---|
packages/app-utils/src/components/AppBootstrap.tsx | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
AuthPluginPsk
remount so the broadcast message is received in time