-
Notifications
You must be signed in to change notification settings - Fork 55
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
spotty promise resolution in IE9 #67
Comments
Ok, so I implemented the
Looks like |
Also thank you so much for your help. Communist is proving to be an excellent lib and I am here to help as much as I can. |
if your able to post a jsfiddle that illustrates the error that would be helpful , and thanks for helping bug test it |
I will get that too you as soon as I can. Part to the issue there is that I am having trouble reproducing the problem. You will notice the |
Actually if you have any ideas about what might be unique about the southmost function in my testcase that could mess up the |
that's why I was asking about the fiddle I was curious about what that function is from, angular? |
so if I had to guess this would have to do with some of the ie9 stuff resolving synchronously instead of async so try this again it may have been fixed. Also now you can use |
Will give it a shot tomorrow. Thanks for providing excellent support :) |
Sorry I have not gotten a chance to test yet. I will ASAP. please stand by. |
Ok, I've tested it. Promise is still not getting resolved in IE9. |
Ok so I need a fiddle from you then that reproduces it |
I'm working on it. Been swamped. |
also fyi #97 should in theory help with this (though it depends on the actual problem) |
@Fresheyeball this still a problem? |
@calvinmetcalf I don't know. I could not get past it and had to purge web workers for the time being. Additionally, and far less helpfully, I was unable to make the problem reproducible. |
damn that's double bad, I'm going to clone this issue for now, if you (or anyone else) is able to reproduce it I can open it back up. |
Sounds good. Pretty lame overall |
breaking the non-script import part of #66 into it's own issue, basically this
produces
@Fresheyeball what happends when you add a second callback to the worker inside the socket, ie
The text was updated successfully, but these errors were encountered: