You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the warning logged to the console after one minute that a stale client was detected
Analysis
The unload handler of the MicrofrontendPlatformStopper is invoked and the disconnect message published to the broker. However, the broker never receives the disconnect message. Listening to the pagehide event also leads to the same result.
Expected behavior
The client is disposed when removing its iframe.
Environment
SCION Microfrontend Platform version: 1.0.0-rc.12
Browser: Chrome 108.0.5359.125
The text was updated successfully, but these errors were encountered:
Describe the bug
It turned out that sometimes clients are not unregistered when removing their iframe.
To Reproduce
Steps to reproduce the behavior:
Or for a testing app microfrontend:
3.1. Enter 'devtools' into the outlet field
3.2. Enter 'https://scion-microfrontend-platform-testing-app3-v1-0-0-rc-12.vercel.app/#/publish-message' into the URL field
3.3. Click 'Navigate'
Analysis
The unload handler of the
MicrofrontendPlatformStopper
is invoked and the disconnect message published to the broker. However, the broker never receives the disconnect message. Listening to thepagehide
event also leads to the same result.Expected behavior
The client is disposed when removing its iframe.
Environment
1.0.0-rc.12
Chrome 108.0.5359.125
The text was updated successfully, but these errors were encountered: