pubnub 3.5.8 → 3.5.12
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of pubnub might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG +7 -0
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/examples/chaos/tmp/pids/passenger.3000.pid.lock +0 -0
- data/fixtures/vcr_cassettes/eof_subscribe.yml +85 -0
- data/fixtures/vcr_cassettes/grant-multiple-channels.yml +45 -0
- data/fixtures/vcr_cassettes/heartbeat-non200.yml +173 -25
- data/lib/pubnub/client.rb +4 -0
- data/lib/pubnub/event.rb +50 -29
- data/lib/pubnub/events/grant.rb +1 -1
- data/lib/pubnub/events/publish.rb +1 -0
- data/lib/pubnub/events/revoke.rb +1 -1
- data/lib/pubnub/pam.rb +2 -2
- data/lib/pubnub/version.rb +1 -1
- data/pubnub.gemspec +2 -2
- data/spec/lib/eof_error_spec.rb +48 -0
- data/spec/lib/integration/audit_dpc_spec.rb +544 -0
- data/spec/lib/integration/global_here_now_dpc_spec.rb +541 -0
- data/spec/lib/integration/grant_dpc_spec.rb +555 -0
- data/spec/lib/integration/grant_spec.rb +25 -0
- data/spec/lib/integration/here_now_dpc_spec.rb +543 -0
- data/spec/lib/integration/history_dpc_spec.rb +541 -0
- data/spec/lib/integration/leave_dpc_spec.rb +540 -0
- data/spec/lib/integration/presence_dpc_spec.rb +557 -0
- data/spec/lib/integration/publish_dpc_spec.rb +1877 -0
- data/spec/lib/integration/revoke_dpc_spec.rb +555 -0
- data/spec/lib/integration/subscribe_dpc_spec.rb +564 -0
- data/spec/lib/integration/time_dpc_spec.rb +541 -0
- data/spec/lib/integration/v3_presence_dpc_spec.rb +557 -0
- metadata +18 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c15d5fde37638760fccbc2906afaa237e8468aa6
|
4
|
+
data.tar.gz: 408c0bde5fd6029aebaac4cabab9026b06a49693
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1be96f3f74713de1407736610bc79d56364b1cbf4dc7c42a3c73557b08929560b3c6555569b71fca6c74477a11a0bcc000010ae630a38ae570bbc968a791f915
|
7
|
+
data.tar.gz: 4fbf29e7b8cc1571ca9c353081e2e15ca7f3213c07bbf65a6038bff6ff49fd1e138765a637ba17c1f147b2540b781d07e922e9fe37a7622719c11963e89b6cea
|
data/.gitignore
CHANGED
data/CHANGELOG
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
3.5.12 - d1054d
|
2
|
+
. Fixed connect callback (error_callback was assigned due to typo)
|
3
|
+
. Fixed EOFError
|
4
|
+
. Allows possibility to disable persistent connection
|
5
|
+
. Added client side message size validation
|
6
|
+
. Allowed to pass multiple channels to PAM operations
|
7
|
+
|
1
8
|
3.5.7 - 70e74cdfa21785ccbd7389ca59d952cd8ff34b3a
|
2
9
|
. Handle non-fatal net-http errors better
|
3
10
|
. Call Thread.pass unless EM is started
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -3,17 +3,17 @@
|
|
3
3
|
##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API.
|
4
4
|
##### http://www.pubnub.com/account
|
5
5
|
|
6
|
-
## PubNub Gem version 3.5.
|
6
|
+
## PubNub Gem version 3.5.12
|
7
7
|
|
8
8
|
www.pubnub.com - PubNub Real-time Push Service in the Cloud.
|
9
9
|
|
10
10
|
The PubNub Network is a blazingly fast Global Messaging Service for building real-time web and mobile apps. Thousands of apps and developers rely on PubNub for delivering human-perceptive real-time experiences that scale to millions of users worldwide. PubNub delivers the infrastructure needed to build amazing Mobile, MMO games, social apps, business collaborative solutions, and more.
|
11
11
|
|
12
12
|
### Upgrading from PubNub 3.3.x and Earlier
|
13
|
-
PubNub 3.5.
|
13
|
+
PubNub 3.5.12 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client.
|
14
14
|
|
15
15
|
### Upgrading from PubNub 3.4
|
16
|
-
PubNub 3.5.
|
16
|
+
PubNub 3.5.12 is compatible with 3.4 version.
|
17
17
|
|
18
18
|
#### Asynchronous vs Synchronous Responses
|
19
19
|
Every event you will fire could be fired asynchronous or synchonous just by passing
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.5.
|
1
|
+
3.5.12
|
File without changes
|
@@ -0,0 +1,85 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://pubsub.pubnub.com/subscribe/demo/ping_3/0/0?auth=demoish_authkey&pnsdk=PubNub-Ruby/3.5.5&uuid=rubytests
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- '*/*'
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Connection:
|
17
|
+
- keep-alive
|
18
|
+
Keep-Alive:
|
19
|
+
- 30
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Date:
|
26
|
+
- Sat, 28 Jun 2014 19:45:41 GMT
|
27
|
+
Content-Type:
|
28
|
+
- text/javascript; charset="UTF-8"
|
29
|
+
Content-Length:
|
30
|
+
- '24'
|
31
|
+
Connection:
|
32
|
+
- keep-alive
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache
|
35
|
+
Access-Control-Allow-Origin:
|
36
|
+
- '*'
|
37
|
+
Access-Control-Allow-Methods:
|
38
|
+
- GET
|
39
|
+
body:
|
40
|
+
encoding: UTF-8
|
41
|
+
string: '[[],"14039847383005009"]'
|
42
|
+
http_version:
|
43
|
+
recorded_at: Sat, 28 Jun 2014 19:45:41 GMT
|
44
|
+
- request:
|
45
|
+
method: get
|
46
|
+
uri: http://pubsub.pubnub.com/subscribe/demo/ping_3/0/14039847383005009?auth=demoish_authkey&pnsdk=PubNub-Ruby/3.5.5&uuid=rubytests
|
47
|
+
body:
|
48
|
+
encoding: US-ASCII
|
49
|
+
string: ''
|
50
|
+
headers:
|
51
|
+
Accept-Encoding:
|
52
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
|
+
Accept:
|
54
|
+
- '*/*'
|
55
|
+
User-Agent:
|
56
|
+
- Ruby
|
57
|
+
Connection:
|
58
|
+
- keep-alive
|
59
|
+
Keep-Alive:
|
60
|
+
- 30
|
61
|
+
response:
|
62
|
+
status:
|
63
|
+
code: 200
|
64
|
+
message: OK
|
65
|
+
headers:
|
66
|
+
Date:
|
67
|
+
- Sat, 28 Jun 2014 19:45:41 GMT
|
68
|
+
Content-Type:
|
69
|
+
- text/javascript; charset="UTF-8"
|
70
|
+
Content-Length:
|
71
|
+
- '52'
|
72
|
+
Connection:
|
73
|
+
- keep-alive
|
74
|
+
Cache-Control:
|
75
|
+
- no-cache
|
76
|
+
Access-Control-Allow-Origin:
|
77
|
+
- '*'
|
78
|
+
Access-Control-Allow-Methods:
|
79
|
+
- GET
|
80
|
+
body:
|
81
|
+
encoding: UTF-8
|
82
|
+
string: '[["ping_3.php says 1403984741"],"14039847413557067"]'
|
83
|
+
http_version:
|
84
|
+
recorded_at: Sat, 28 Jun 2014 19:45:41 GMT
|
85
|
+
recorded_with: VCR 2.9.2
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://pubsub.pubnub.com/v1/auth/grant/sub-key/sub-c-53c3d30a-4135-11e3-9970-02ee2ddab7fe?auth=authkey&channel=demo,demo1,demo2&r=1&signature=kdDh/sFC3rSR%2Bt5AEymIc57d1velIr562V7usa5M4k0=×tamp=1234567890&ttl=1440&uuid=f0ac67ef-912f-4797-be67-a59745107306&w=1
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.0
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- '*/*'
|
16
|
+
Connection:
|
17
|
+
- keep-alive
|
18
|
+
Keep-Alive:
|
19
|
+
- 30
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Date:
|
26
|
+
- Thu, 23 Jan 2014 18:38:50 GMT
|
27
|
+
Content-Type:
|
28
|
+
- text/javascript; charset=UTF-8
|
29
|
+
Content-Length:
|
30
|
+
- '211'
|
31
|
+
Connection:
|
32
|
+
- keep-alive
|
33
|
+
Cache-Control:
|
34
|
+
- no-cache, no-store, must-revalidate
|
35
|
+
Access-Control-Allow-Origin:
|
36
|
+
- '*'
|
37
|
+
Access-Control-Allow-Methods:
|
38
|
+
- GET
|
39
|
+
body:
|
40
|
+
encoding: UTF-8
|
41
|
+
string: '{"status":200,"message":"Success","payload":{"auths":{"authkey":{"r":1,"w":1}},"subscribe_key":"sub-c-53c3d30a-4135-11e3-9970-02ee2ddab7fe","ttl":3600,"channel":"demo,demo1,demo2","level":"user"},"service":"Access
|
42
|
+
Manager"}'
|
43
|
+
http_version:
|
44
|
+
recorded_at: Thu, 23 Jan 2014 18:38:50 GMT
|
45
|
+
recorded_with: VCR 2.8.0
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
10
10
|
Accept-Encoding:
|
11
11
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
12
|
Accept:
|
13
|
-
-
|
13
|
+
- '*/*'
|
14
14
|
User-Agent:
|
15
15
|
- Ruby
|
16
16
|
Connection:
|
@@ -33,7 +33,7 @@ http_interactions:
|
|
33
33
|
Cache-Control:
|
34
34
|
- no-cache
|
35
35
|
Access-Control-Allow-Origin:
|
36
|
-
-
|
36
|
+
- '*'
|
37
37
|
Access-Control-Allow-Methods:
|
38
38
|
- GET
|
39
39
|
body:
|
@@ -51,7 +51,7 @@ http_interactions:
|
|
51
51
|
Accept-Encoding:
|
52
52
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
53
|
Accept:
|
54
|
-
-
|
54
|
+
- '*/*'
|
55
55
|
User-Agent:
|
56
56
|
- Ruby
|
57
57
|
Connection:
|
@@ -74,7 +74,7 @@ http_interactions:
|
|
74
74
|
Cache-Control:
|
75
75
|
- no-cache
|
76
76
|
Access-Control-Allow-Origin:
|
77
|
-
-
|
77
|
+
- '*'
|
78
78
|
Access-Control-Allow-Methods:
|
79
79
|
- GET
|
80
80
|
body:
|
@@ -92,7 +92,7 @@ http_interactions:
|
|
92
92
|
Accept-Encoding:
|
93
93
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
94
94
|
Accept:
|
95
|
-
-
|
95
|
+
- '*/*'
|
96
96
|
User-Agent:
|
97
97
|
- Ruby
|
98
98
|
Connection:
|
@@ -115,7 +115,7 @@ http_interactions:
|
|
115
115
|
Cache-Control:
|
116
116
|
- no-cache
|
117
117
|
Access-Control-Allow-Origin:
|
118
|
-
-
|
118
|
+
- '*'
|
119
119
|
Access-Control-Allow-Methods:
|
120
120
|
- GET
|
121
121
|
body:
|
@@ -133,7 +133,7 @@ http_interactions:
|
|
133
133
|
Accept-Encoding:
|
134
134
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
135
135
|
Accept:
|
136
|
-
-
|
136
|
+
- '*/*'
|
137
137
|
User-Agent:
|
138
138
|
- Ruby
|
139
139
|
Connection:
|
@@ -156,7 +156,7 @@ http_interactions:
|
|
156
156
|
Cache-Control:
|
157
157
|
- no-cache
|
158
158
|
Access-Control-Allow-Origin:
|
159
|
-
-
|
159
|
+
- '*'
|
160
160
|
Access-Control-Allow-Methods:
|
161
161
|
- GET
|
162
162
|
body:
|
@@ -174,7 +174,7 @@ http_interactions:
|
|
174
174
|
Accept-Encoding:
|
175
175
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
176
176
|
Accept:
|
177
|
-
-
|
177
|
+
- '*/*'
|
178
178
|
User-Agent:
|
179
179
|
- Ruby
|
180
180
|
Connection:
|
@@ -197,7 +197,7 @@ http_interactions:
|
|
197
197
|
Cache-Control:
|
198
198
|
- no-cache
|
199
199
|
Access-Control-Allow-Origin:
|
200
|
-
-
|
200
|
+
- '*'
|
201
201
|
Access-Control-Allow-Methods:
|
202
202
|
- GET
|
203
203
|
body:
|
@@ -215,7 +215,7 @@ http_interactions:
|
|
215
215
|
Accept-Encoding:
|
216
216
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
217
217
|
Accept:
|
218
|
-
-
|
218
|
+
- '*/*'
|
219
219
|
User-Agent:
|
220
220
|
- Ruby
|
221
221
|
Connection:
|
@@ -236,7 +236,7 @@ http_interactions:
|
|
236
236
|
Connection:
|
237
237
|
- keep-alive
|
238
238
|
Access-Control-Allow-Origin:
|
239
|
-
-
|
239
|
+
- '*'
|
240
240
|
Access-Control-Allow-Methods:
|
241
241
|
- GET
|
242
242
|
Cache-Control:
|
@@ -262,7 +262,7 @@ http_interactions:
|
|
262
262
|
Accept-Encoding:
|
263
263
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
264
264
|
Accept:
|
265
|
-
-
|
265
|
+
- '*/*'
|
266
266
|
User-Agent:
|
267
267
|
- Ruby
|
268
268
|
Connection:
|
@@ -283,7 +283,7 @@ http_interactions:
|
|
283
283
|
Connection:
|
284
284
|
- keep-alive
|
285
285
|
Access-Control-Allow-Origin:
|
286
|
-
-
|
286
|
+
- '*'
|
287
287
|
Access-Control-Allow-Methods:
|
288
288
|
- GET
|
289
289
|
Cache-Control:
|
@@ -309,7 +309,7 @@ http_interactions:
|
|
309
309
|
Accept-Encoding:
|
310
310
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
311
311
|
Accept:
|
312
|
-
-
|
312
|
+
- '*/*'
|
313
313
|
User-Agent:
|
314
314
|
- Ruby
|
315
315
|
Connection:
|
@@ -332,7 +332,7 @@ http_interactions:
|
|
332
332
|
Cache-Control:
|
333
333
|
- no-cache
|
334
334
|
Access-Control-Allow-Origin:
|
335
|
-
-
|
335
|
+
- '*'
|
336
336
|
Access-Control-Allow-Methods:
|
337
337
|
- GET
|
338
338
|
body:
|
@@ -350,7 +350,7 @@ http_interactions:
|
|
350
350
|
Accept-Encoding:
|
351
351
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
352
352
|
Accept:
|
353
|
-
-
|
353
|
+
- '*/*'
|
354
354
|
User-Agent:
|
355
355
|
- Ruby
|
356
356
|
Connection:
|
@@ -373,7 +373,7 @@ http_interactions:
|
|
373
373
|
Cache-Control:
|
374
374
|
- no-cache
|
375
375
|
Access-Control-Allow-Origin:
|
376
|
-
-
|
376
|
+
- '*'
|
377
377
|
Access-Control-Allow-Methods:
|
378
378
|
- GET
|
379
379
|
body:
|
@@ -391,7 +391,7 @@ http_interactions:
|
|
391
391
|
Accept-Encoding:
|
392
392
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
393
393
|
Accept:
|
394
|
-
-
|
394
|
+
- '*/*'
|
395
395
|
User-Agent:
|
396
396
|
- Ruby
|
397
397
|
Connection:
|
@@ -414,7 +414,7 @@ http_interactions:
|
|
414
414
|
Cache-Control:
|
415
415
|
- no-cache
|
416
416
|
Access-Control-Allow-Origin:
|
417
|
-
-
|
417
|
+
- '*'
|
418
418
|
Access-Control-Allow-Methods:
|
419
419
|
- GET
|
420
420
|
body:
|
@@ -432,7 +432,7 @@ http_interactions:
|
|
432
432
|
Accept-Encoding:
|
433
433
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
434
434
|
Accept:
|
435
|
-
-
|
435
|
+
- '*/*'
|
436
436
|
User-Agent:
|
437
437
|
- Ruby
|
438
438
|
Connection:
|
@@ -453,7 +453,7 @@ http_interactions:
|
|
453
453
|
Connection:
|
454
454
|
- keep-alive
|
455
455
|
Access-Control-Allow-Origin:
|
456
|
-
-
|
456
|
+
- '*'
|
457
457
|
Access-Control-Allow-Methods:
|
458
458
|
- GET
|
459
459
|
Cache-Control:
|
@@ -479,7 +479,7 @@ http_interactions:
|
|
479
479
|
Accept-Encoding:
|
480
480
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
481
481
|
Accept:
|
482
|
-
-
|
482
|
+
- '*/*'
|
483
483
|
User-Agent:
|
484
484
|
- Ruby
|
485
485
|
Connection:
|
@@ -500,7 +500,7 @@ http_interactions:
|
|
500
500
|
Connection:
|
501
501
|
- keep-alive
|
502
502
|
Access-Control-Allow-Origin:
|
503
|
-
-
|
503
|
+
- '*'
|
504
504
|
Access-Control-Allow-Methods:
|
505
505
|
- GET
|
506
506
|
Cache-Control:
|
@@ -516,4 +516,152 @@ http_interactions:
|
|
516
516
|
string: '{"status": 200, "message": "OK", "service": "Presence"}'
|
517
517
|
http_version:
|
518
518
|
recorded_at: Thu, 10 Apr 2014 10:54:45 GMT
|
519
|
-
|
519
|
+
- request:
|
520
|
+
method: get
|
521
|
+
uri: http://pubsub.pubnub.com/subscribe/demo/ping_3/0/14039847413557067?auth=demoish_authkey&pnsdk=PubNub-Ruby/3.5.11&uuid=rubytests
|
522
|
+
body:
|
523
|
+
encoding: US-ASCII
|
524
|
+
string: ''
|
525
|
+
headers:
|
526
|
+
Accept-Encoding:
|
527
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
528
|
+
Accept:
|
529
|
+
- '*/*'
|
530
|
+
User-Agent:
|
531
|
+
- Ruby
|
532
|
+
Connection:
|
533
|
+
- keep-alive
|
534
|
+
Keep-Alive:
|
535
|
+
- 30
|
536
|
+
response:
|
537
|
+
status:
|
538
|
+
code: 200
|
539
|
+
message: OK
|
540
|
+
headers:
|
541
|
+
Date:
|
542
|
+
- Wed, 08 Oct 2014 08:40:17 GMT
|
543
|
+
Content-Type:
|
544
|
+
- text/javascript; charset="UTF-8"
|
545
|
+
Transfer-Encoding:
|
546
|
+
- chunked
|
547
|
+
Connection:
|
548
|
+
- keep-alive
|
549
|
+
Cache-Control:
|
550
|
+
- no-cache
|
551
|
+
Access-Control-Allow-Origin:
|
552
|
+
- '*'
|
553
|
+
Access-Control-Allow-Methods:
|
554
|
+
- GET
|
555
|
+
body:
|
556
|
+
encoding: UTF-8
|
557
|
+
string: '[["ping_3.php says 1412757304","ping_3.php says 1412757307","ping_3.php
|
558
|
+
says 1412757310","ping_3.php says 1412757313","ping_3.php says 1412757316","ping_3.php
|
559
|
+
says 1412757319","ping_3.php says 1412757322","ping_3.php says 1412757325","ping_3.php
|
560
|
+
says 1412757328","ping_3.php says 1412757332","ping_3.php says 1412757335","ping_3.php
|
561
|
+
says 1412757338","ping_3.php says 1412757341","ping_3.php says 1412757344","ping_3.php
|
562
|
+
says 1412757347","ping_3.php says 1412757350","ping_3.php says 1412757353","ping_3.php
|
563
|
+
says 1412757356","ping_3.php says 1412757359","ping_3.php says 1412757362","ping_3.php
|
564
|
+
says 1412757366","ping_3.php says 1412757369","ping_3.php says 1412757372","ping_3.php
|
565
|
+
says 1412757375","ping_3.php says 1412757378","ping_3.php says 1412757382","ping_3.php
|
566
|
+
says 1412757385","ping_3.php says 1412757388","ping_3.php says 1412757392","ping_3.php
|
567
|
+
says 1412757395","ping_3.php says 1412757399","ping_3.php says 1412757402","ping_3.php
|
568
|
+
says 1412757405","ping_3.php says 1412757409","ping_3.php says 1412757413","ping_3.php
|
569
|
+
says 1412757416","ping_3.php says 1412757420","ping_3.php says 1412757423","ping_3.php
|
570
|
+
says 1412757426","ping_3.php says 1412757429","ping_3.php says 1412757432","ping_3.php
|
571
|
+
says 1412757435","ping_3.php says 1412757438","ping_3.php says 1412757441","ping_3.php
|
572
|
+
says 1412757444","ping_3.php says 1412757447","ping_3.php says 1412757451","ping_3.php
|
573
|
+
says 1412757454","ping_3.php says 1412757457","ping_3.php says 1412757460","ping_3.php
|
574
|
+
says 1412757463","ping_3.php says 1412757466","ping_3.php says 1412757469","ping_3.php
|
575
|
+
says 1412757472","ping_3.php says 1412757476","ping_3.php says 1412757479","ping_3.php
|
576
|
+
says 1412757482","ping_3.php says 1412757485","ping_3.php says 1412757488","ping_3.php
|
577
|
+
says 1412757491","ping_3.php says 1412757494","ping_3.php says 1412757497","ping_3.php
|
578
|
+
says 1412757500","ping_3.php says 1412757503","ping_3.php says 1412757507","ping_3.php
|
579
|
+
says 1412757510","ping_3.php says 1412757513","ping_3.php says 1412757516","ping_3.php
|
580
|
+
says 1412757519","ping_3.php says 1412757522","ping_3.php says 1412757525","ping_3.php
|
581
|
+
says 1412757528","ping_3.php says 1412757531","ping_3.php says 1412757534","ping_3.php
|
582
|
+
says 1412757537","ping_3.php says 1412757540","ping_3.php says 1412757544","ping_3.php
|
583
|
+
says 1412757547","ping_3.php says 1412757550","ping_3.php says 1412757553","ping_3.php
|
584
|
+
says 1412757556","ping_3.php says 1412757559","ping_3.php says 1412757562","ping_3.php
|
585
|
+
says 1412757565","ping_3.php says 1412757568","ping_3.php says 1412757571","ping_3.php
|
586
|
+
says 1412757575","ping_3.php says 1412757578","ping_3.php says 1412757581","ping_3.php
|
587
|
+
says 1412757584","ping_3.php says 1412757587","ping_3.php says 1412757590","ping_3.php
|
588
|
+
says 1412757593","ping_3.php says 1412757596","ping_3.php says 1412757599","ping_3.php
|
589
|
+
says 1412757603","ping_3.php says 1412757606","ping_3.php says 1412757609","ping_3.php
|
590
|
+
says 1412757612","ping_3.php says 1412757615"],"14127576155918979"]'
|
591
|
+
http_version:
|
592
|
+
recorded_at: Wed, 08 Oct 2014 08:40:18 GMT
|
593
|
+
- request:
|
594
|
+
method: get
|
595
|
+
uri: http://pubsub.pubnub.com/subscribe/demo/ping_3/0/14127576155918979?auth=demoish_authkey&pnsdk=PubNub-Ruby/3.5.12&uuid=rubytests
|
596
|
+
body:
|
597
|
+
encoding: US-ASCII
|
598
|
+
string: ''
|
599
|
+
headers:
|
600
|
+
Accept-Encoding:
|
601
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
602
|
+
Accept:
|
603
|
+
- '*/*'
|
604
|
+
User-Agent:
|
605
|
+
- Ruby
|
606
|
+
Connection:
|
607
|
+
- keep-alive
|
608
|
+
Keep-Alive:
|
609
|
+
- 30
|
610
|
+
response:
|
611
|
+
status:
|
612
|
+
code: 200
|
613
|
+
message: OK
|
614
|
+
headers:
|
615
|
+
Date:
|
616
|
+
- Wed, 08 Oct 2014 12:33:37 GMT
|
617
|
+
Content-Type:
|
618
|
+
- text/javascript; charset="UTF-8"
|
619
|
+
Transfer-Encoding:
|
620
|
+
- chunked
|
621
|
+
Connection:
|
622
|
+
- keep-alive
|
623
|
+
Cache-Control:
|
624
|
+
- no-cache
|
625
|
+
Access-Control-Allow-Origin:
|
626
|
+
- '*'
|
627
|
+
Access-Control-Allow-Methods:
|
628
|
+
- GET
|
629
|
+
body:
|
630
|
+
encoding: UTF-8
|
631
|
+
string: '[["ping_3.php says 1412771309","ping_3.php says 1412771312","ping_3.php
|
632
|
+
says 1412771315","ping_3.php says 1412771318","ping_3.php says 1412771321","ping_3.php
|
633
|
+
says 1412771324","ping_3.php says 1412771327","ping_3.php says 1412771330","ping_3.php
|
634
|
+
says 1412771333","ping_3.php says 1412771337","ping_3.php says 1412771340","ping_3.php
|
635
|
+
says 1412771343","ping_3.php says 1412771346","ping_3.php says 1412771349","ping_3.php
|
636
|
+
says 1412771352","ping_3.php says 1412771355","ping_3.php says 1412771359","ping_3.php
|
637
|
+
says 1412771362","ping_3.php says 1412771365","ping_3.php says 1412771368","ping_3.php
|
638
|
+
says 1412771371","ping_3.php says 1412771374","ping_3.php says 1412771377","ping_3.php
|
639
|
+
says 1412771380","ping_3.php says 1412771383","ping_3.php says 1412771386","ping_3.php
|
640
|
+
says 1412771389","ping_3.php says 1412771393","ping_3.php says 1412771396","ping_3.php
|
641
|
+
says 1412771399","ping_3.php says 1412771402","ping_3.php says 1412771405","ping_3.php
|
642
|
+
says 1412771408","ping_3.php says 1412771411","ping_3.php says 1412771414","ping_3.php
|
643
|
+
says 1412771417","ping_3.php says 1412771420","ping_3.php says 1412771423","ping_3.php
|
644
|
+
says 1412771427","ping_3.php says 1412771430","ping_3.php says 1412771433","ping_3.php
|
645
|
+
says 1412771436","ping_3.php says 1412771439","ping_3.php says 1412771442","ping_3.php
|
646
|
+
says 1412771445","ping_3.php says 1412771448","ping_3.php says 1412771451","ping_3.php
|
647
|
+
says 1412771454","ping_3.php says 1412771457","ping_3.php says 1412771460","ping_3.php
|
648
|
+
says 1412771464","ping_3.php says 1412771467","ping_3.php says 1412771470","ping_3.php
|
649
|
+
says 1412771473","ping_3.php says 1412771476","ping_3.php says 1412771479","ping_3.php
|
650
|
+
says 1412771482","ping_3.php says 1412771485","ping_3.php says 1412771489","ping_3.php
|
651
|
+
says 1412771492","ping_3.php says 1412771495","ping_3.php says 1412771498","ping_3.php
|
652
|
+
says 1412771501","ping_3.php says 1412771504","ping_3.php says 1412771507","ping_3.php
|
653
|
+
says 1412771510","ping_3.php says 1412771513","ping_3.php says 1412771517","ping_3.php
|
654
|
+
says 1412771520","ping_3.php says 1412771523","ping_3.php says 1412771526","ping_3.php
|
655
|
+
says 1412771529","ping_3.php says 1412771532","ping_3.php says 1412771535","ping_3.php
|
656
|
+
says 1412771538","ping_3.php says 1412771541","ping_3.php says 1412771544","ping_3.php
|
657
|
+
says 1412771547","ping_3.php says 1412771551","ping_3.php says 1412771554","ping_3.php
|
658
|
+
says 1412771557","ping_3.php says 1412771560","ping_3.php says 1412771563","ping_3.php
|
659
|
+
says 1412771566","ping_3.php says 1412771569","ping_3.php says 1412771572","ping_3.php
|
660
|
+
says 1412771575","ping_3.php says 1412771578","ping_3.php says 1412771581","ping_3.php
|
661
|
+
says 1412771585","ping_3.php says 1412771588","ping_3.php says 1412771591","ping_3.php
|
662
|
+
says 1412771594","ping_3.php says 1412771597","ping_3.php says 1412771600","ping_3.php
|
663
|
+
says 1412771603","ping_3.php says 1412771606","ping_3.php says 1412771609","ping_3.php
|
664
|
+
says 1412771613","ping_3.php says 1412771616"],"14127716161848214"]'
|
665
|
+
http_version:
|
666
|
+
recorded_at: Wed, 08 Oct 2014 12:33:40 GMT
|
667
|
+
recorded_with: VCR 2.9.2
|