Skip to content

Commit ed02287

Browse files
author
Devendra
committed
using windowing in _test_connection
1 parent 2840156 commit ed02287

File tree

22 files changed

+298
-298
lines changed

22 files changed

+298
-298
lines changed

core/pubnub-common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ function PN_API(setup) {
12641264
function _test_connection(success) {
12651265
if (success) {
12661266
// Begin Next Socket Connection
1267-
timeout( CONNECT, SECOND );
1267+
timeout( CONNECT, windowing);
12681268
}
12691269
else {
12701270
// New Origin on Failed Connection

modern/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ function PN_API(setup) {
12651265
function _test_connection(success) {
12661266
if (success) {
12671267
// Begin Next Socket Connection
1268-
timeout( CONNECT, SECOND );
1268+
timeout( CONNECT, windowing);
12691269
}
12701270
else {
12711271
// New Origin on Failed Connection

modern/pubnub.min.js

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node.js/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ function PN_API(setup) {
12651265
function _test_connection(success) {
12661266
if (success) {
12671267
// Begin Next Socket Connection
1268-
timeout( CONNECT, SECOND );
1268+
timeout( CONNECT, windowing);
12691269
}
12701270
else {
12711271
// New Origin on Failed Connection

phonegap/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ function PN_API(setup) {
12651265
function _test_connection(success) {
12661266
if (success) {
12671267
// Begin Next Socket Connection
1268-
timeout( CONNECT, SECOND );
1268+
timeout( CONNECT, windowing);
12691269
}
12701270
else {
12711271
// New Origin on Failed Connection

phonegap/pubnub.min.js

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sencha/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ function PN_API(setup) {
12651265
function _test_connection(success) {
12661266
if (success) {
12671267
// Begin Next Socket Connection
1268-
timeout( CONNECT, SECOND );
1268+
timeout( CONNECT, windowing);
12691269
}
12701270
else {
12711271
// New Origin on Failed Connection

sencha/pubnub.min.js

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smart-tv/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ function PN_API(setup) {
14151415
function _test_connection(success) {
14161416
if (success) {
14171417
// Begin Next Socket Connection
1418-
timeout( CONNECT, SECOND );
1418+
timeout( CONNECT, windowing);
14191419
}
14201420
else {
14211421
// New Origin on Failed Connection

smart-tv/pubnub.min.js

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

socket.io/socket.io.min.js

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

titanium/examples/desktop/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function PN_API(setup) {
12661266
function _test_connection(success) {
12671267
if (success) {
12681268
// Begin Next Socket Connection
1269-
timeout( CONNECT, SECOND );
1269+
timeout( CONNECT, windowing);
12701270
}
12711271
else {
12721272
// New Origin on Failed Connection

titanium/examples/mobile/chat-example-app/Resources/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function PN_API(setup) {
12661266
function _test_connection(success) {
12671267
if (success) {
12681268
// Begin Next Socket Connection
1269-
timeout( CONNECT, SECOND );
1269+
timeout( CONNECT, windowing);
12701270
}
12711271
else {
12721272
// New Origin on Failed Connection

titanium/examples/mobile/detailed-history-example-app/Resources/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function PN_API(setup) {
12661266
function _test_connection(success) {
12671267
if (success) {
12681268
// Begin Next Socket Connection
1269-
timeout( CONNECT, SECOND );
1269+
timeout( CONNECT, windowing);
12701270
}
12711271
else {
12721272
// New Origin on Failed Connection

titanium/examples/mobile/here-now-example-app/Resources/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function PN_API(setup) {
12661266
function _test_connection(success) {
12671267
if (success) {
12681268
// Begin Next Socket Connection
1269-
timeout( CONNECT, SECOND );
1269+
timeout( CONNECT, windowing);
12701270
}
12711271
else {
12721272
// New Origin on Failed Connection

titanium/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ function PN_API(setup) {
12661266
function _test_connection(success) {
12671267
if (success) {
12681268
// Begin Next Socket Connection
1269-
timeout( CONNECT, SECOND );
1269+
timeout( CONNECT, windowing);
12701270
}
12711271
else {
12721272
// New Origin on Failed Connection

web/pubnub-3.7.11.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ function PN_API(setup) {
14151415
function _test_connection(success) {
14161416
if (success) {
14171417
// Begin Next Socket Connection
1418-
timeout( CONNECT, SECOND );
1418+
timeout( CONNECT, windowing);
14191419
}
14201420
else {
14211421
// New Origin on Failed Connection

web/pubnub-3.7.11.min.js

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ function PN_API(setup) {
14151415
function _test_connection(success) {
14161416
if (success) {
14171417
// Begin Next Socket Connection
1418-
timeout( CONNECT, SECOND );
1418+
timeout( CONNECT, windowing);
14191419
}
14201420
else {
14211421
// New Origin on Failed Connection

0 commit comments

Comments
 (0)