[WEB] Shake waits for requests to finish but doesn't send them
R
Roland More
I have multiple issues with the web version for shake.
- If many requests are pending shake init takes a long time, it's loading and waiting for requests to finish. Therefore the User Experience is really bad with it if the network is slow.
- Even though Shake waits for all the requests to finish, it sends only requests that was captured BEFORE the button press, making the wait unnecessary and useless.
- Shake doesn't log with isNetworkRequestsEnabled = true requests like Keycloak init requests and other
Log In