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
We would like to use the "networkidle" option in goto and other functions so that we don't have to add waitfor's for regular api requests. But that does not work with long polling, giving timeouts. So what is best practice for this?
The text was updated successfully, but these errors were encountered:
Here is a snippet that implements "network settled after action" semantic, that should account for long polling. If you give it a try, any feedback is welcome.
We would like to use the "networkidle" option in goto and other functions so that we don't have to add waitfor's for regular api requests. But that does not work with long polling, giving timeouts. So what is best practice for this?
The text was updated successfully, but these errors were encountered: