-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing timeout on function #76
Comments
If you're getting this error, it probably means that post-robot is not loaded in the other window. The ack should be sent immediately; if it takes longer that 2000ms that means something is probably very wrong. |
This was configurable before though wasn't it? I can get it by using chromes network limiter with slow 3G selected. |
I am facing this issue too. Please let us know if there is a way to set this value higher than 2000ms. @bluepnume |
We ended up writing a recursive function that kept retrying n amount of times. |
Aww... that is not an ideal solution for us. We are rendering an iframe in a huge ember app already. @bluepnume please let us know if there is a way to set higher timeout value. This issue is happening sporadically in our case. |
There is no documentation on how to set a timeout with the on function. I was looking through the code and can not seem to find it. I think there was before. It looks like this with removed with the removal of the global config in one of the later versions. I get "No ack for postMessage myEventName in http://localhost:8080 in 2000ms".
Please let me know if there is a way to set this timeout value.
Thanks.
The text was updated successfully, but these errors were encountered: