pubnub / javascript

PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
Other
553 stars 403 forks source link

connect callback not happening in 3.5.2 #6

Closed ejeklint closed 11 years ago

ejeklint commented 11 years ago

The callback function for "connect" is never called in 3.5.2. Have a look at your jsFiddle http://jsfiddle.net/geremy/SqamR/ and change dependency to 3.5.2 - no go.

stephenlb commented 11 years ago

HI! Thank you we are looking into this now.

On Mon, Jun 24, 2013 at 9:46 AM, Per Ejeklint notifications@github.comwrote:

The callback function for "connect" is never called in 3.5.2. Have a look at your jsFiddle http://jsfiddle.net/geremy/SqamR/ and change dependency to 3.5.2 - no go.

— Reply to this email directly or view it on GitHubhttps://github.com/pubnub/javascript/issues/6 .

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

stephenlb commented 11 years ago

Per,

Looks like this is a problem with the .min. version of the JS. The non-minified works.

On Mon, Jun 24, 2013 at 9:53 AM, Stephen Blum stephen@pubnub.com wrote:

HI! Thank you we are looking into this now.

On Mon, Jun 24, 2013 at 9:46 AM, Per Ejeklint notifications@github.comwrote:

The callback function for "connect" is never called in 3.5.2. Have a look at your jsFiddle http://jsfiddle.net/geremy/SqamR/ and change dependency to 3.5.2 - no go.

— Reply to this email directly or view it on GitHubhttps://github.com/pubnub/javascript/issues/6 .

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

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

stephenlb commented 11 years ago

Hi Per,

http://jsfiddle.net/SqamR/13/ - Fixed!

On Mon, Jun 24, 2013 at 4:16 PM, Stephen Blum stephen@pubnub.com wrote:

Per,

Looks like this is a problem with the .min. version of the JS. The non-minified works.

On Mon, Jun 24, 2013 at 9:53 AM, Stephen Blum stephen@pubnub.com wrote:

HI! Thank you we are looking into this now.

On Mon, Jun 24, 2013 at 9:46 AM, Per Ejeklint notifications@github.comwrote:

The callback function for "connect" is never called in 3.5.2. Have a look at your jsFiddle http://jsfiddle.net/geremy/SqamR/ and change dependency to 3.5.2 - no go.

— Reply to this email directly or view it on GitHubhttps://github.com/pubnub/javascript/issues/6 .

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

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

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

ejeklint commented 11 years ago

Confirmed, now it rocks as it should. Thanks!


http://about.me/ejeklint

25 jun 2013 kl. 17:41 skrev "Stephen L. Blum" notifications@github.com:

Hi Per,

http://jsfiddle.net/SqamR/13/ - Fixed!

On Mon, Jun 24, 2013 at 4:16 PM, Stephen Blum stephen@pubnub.com wrote:

Per,

Looks like this is a problem with the .min. version of the JS. The non-minified works.

On Mon, Jun 24, 2013 at 9:53 AM, Stephen Blum stephen@pubnub.com wrote:

HI! Thank you we are looking into this now.

On Mon, Jun 24, 2013 at 9:46 AM, Per Ejeklint notifications@github.comwrote:

The callback function for "connect" is never called in 3.5.2. Have a look at your jsFiddle http://jsfiddle.net/geremy/SqamR/ and change dependency to 3.5.2 - no go.

— Reply to this email directly or view it on GitHubhttps://github.com/pubnub/javascript/issues/6 .

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

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

Cheers! Stephen Blum http://twitter.com/PubNub https://github.com/pubnub/pubnub-api - GitHub https://help.pubnub.com/ - Help Desk www.pubnub.com +1-425-830-6711 — Reply to this email directly or view it on GitHub.

stephenlb commented 11 years ago

Excellent :smiley: