Giter VIP home page Giter VIP logo

Comments (19)

stephenlb avatar stephenlb commented on May 22, 2024

Hi! Thank you for the report. What version of the PubNub SDK is this on?

from javascript.

nseegmiller avatar nseegmiller commented on May 22, 2024

I first noticed the issue on 3.5.43. Downloaded the latest (3.5.47) and reproduced it there as well. Call stack shown above is on 3.5.47.

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

Ty! I think this gives us details for now to start investigating further.

from javascript.

natebrunson avatar natebrunson commented on May 22, 2024

I am also having this issue. Any word on what may be going on here?

bump

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

Hi! Thank you for the error submission. What SDK version are you on?

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

You may find it best to use the WEB SDK as a stopgap for now.

from javascript.

geremyCohen avatar geremyCohen commented on May 22, 2024

@natebrunson can you provide a code snippet that will help us reproduce the issue?

from javascript.

natebrunson avatar natebrunson commented on May 22, 2024

I am using modern/pubnub.min.js as of: d023d6f.

So let me try simply upgrading and using 3.5.48 and retest. Might be faster than whipping up some test code.

from javascript.

natebrunson avatar natebrunson commented on May 22, 2024

But it appears that nseegmiller said he tested it as recently as 3.5.47...

from javascript.

geremyCohen avatar geremyCohen commented on May 22, 2024

@natebrunson also as @stephenlb mentioned, let us know if the standard web versions exhibit the same issue for you. They are available here: https://github.com/pubnub/javascript/tree/master/web.

We'll be taking a look as well within the day, but if you find a workaround within https://github.com/pubnub/javascript/tree/master/web then its status-quo good news in the meantime :)

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

@geremyCohen your github profile photo highlights your sense of technology knowledge and experience.

from javascript.

nseegmiller avatar nseegmiller commented on May 22, 2024

I just checked and my issue still exists in IE11 with modern, does not exist on IE10 with modern, and does not exist in IE11 with web. Just in case @natebrunson doesn't get you a small example of the modern problem, I'll try to come up with one. Currently it's pretty deeply integrated into our rather complex app, so it won't be trivial to create a simple version.

from javascript.

geremyCohen avatar geremyCohen commented on May 22, 2024

@nseegmiller thanks for helping us narrow this down. so it sounds like the web version is the workaround until we can get this straightened out.

from javascript.

nseegmiller avatar nseegmiller commented on May 22, 2024

Is the modern version available via CDN? I'm trying to build a codepen to demo the issue, but can't seem to find a direct link.

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

Good question! We don't have the modern build on the CDN, as it isn't
all-encompassing like the Web build.

On Mon, Feb 24, 2014 at 4:11 PM, nseegmiller [email protected]:

Is the modern version available via CDN? I'm trying to build a codepen to
demo the issue, but can't seem to find a direct link.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-35959696
.

Cheers!
Stephen Blum - CTO
http://twitter.com/PubNub
https://github.com/pubnub/pubnub-api - GitHub
https://help.pubnub.com/ - Help Desk
www.pubnub.com
+1-425-830-6711

from javascript.

nseegmiller avatar nseegmiller commented on May 22, 2024

OK, I managed to reproduce it in a very simple example. I took the entire modern un-minified pubnub and just pasted it into codepen then added my very simple code at the bottom. This works fine in Chrome and throws the stack overflow in IE11. It is found here: http://codepen.io/nseegmiller/pen/lbIxv Let me know if I can help further.
screen shot 2014-02-24 at 5 40 54 pm

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

try the following:

var pubnub = PUBNUB.init({
    windowing     : 1000,    // 1 SECOND
    publish_key   : 'demo',
    subscribe_key : 'demo'
})

from javascript.

nseegmiller avatar nseegmiller commented on May 22, 2024

You can see the updates in the pen I posted above. I altering the object as below (which was slightly different than what you mentioned due to the differences in the web and modern libraries):

var pubnubObject = PUBNUB({
subscribe_key: subscribeKey,
windowing: 1000
});

Got exactly the same results (stack overflow) in IE11. Feel free to fork my pen and test yourself if that helps.

from javascript.

stephenlb avatar stephenlb commented on May 22, 2024

Thank you for the result. Must be another challenge in this case. Would be great to find the loop that is occurring on the modern version. For now make sure to use the web version.

from javascript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.