sse-rails-engine 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e89362c96f53987a20f91605827f384482490dc9
4
- data.tar.gz: 46bf59ee13355a865ae417e2b20a69723d1c2326
3
+ metadata.gz: b8199cc12aecb79f2cf42257959dc6cfe21064c8
4
+ data.tar.gz: 93b8d69aecc30216c3168b0de3a7fa2f5b943801
5
5
  SHA512:
6
- metadata.gz: e59228b88f97f5c133cdd8425a1639de253c6cf10375b9e4030483fe0983546c57cb205926100a826beb2ff137c288bae464ac0372aa7cffcd749f1decaa54d8
7
- data.tar.gz: 61d133ecd5650ad99c26403d024047a004805ae2ebdf3b56b8b664cc162dc7aae8c812b2aaf232545f497a578a8b6edf65b5744b4847b64b69d8161cf02d4c58
6
+ metadata.gz: 5d97b617d68b2c3ff6d2009572cf31c2203b97e201cfc254e3b467173b582313d2d25c9e5acc5d72e9e4f15b6670f781a6072007b036509cf7a52d69fafe8f91
7
+ data.tar.gz: 9dc239f25de7ee9abba56329cdb193ba6cb3b5ecb68b1d1c4191ec9590251a1c2fafd88d0a57df9726757cf66dcd177d4f22539079ae64d98689b8b94670736e
@@ -1,3 +1,3 @@
1
1
  module SseRailsEngine
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
@@ -509,3 +509,27 @@ Processing by SseRailsEngine::SseController#connect as HTML
509
509
  Starting SSE heartbeat thread!!!!!
510
510
  Completed 200 OK in 0ms (Views: 0.1ms)
511
511
  New SSE Client connected: #<ActionDispatch::Response::Buffer:0x007fc84ca50b38>
512
+ ------------------------------------------------------------------
513
+ SseRailsEngine::SseController: test_0001_registers new connections
514
+ ------------------------------------------------------------------
515
+ Processing by SseRailsEngine::SseController#connect as HTML
516
+ Starting SSE heartbeat thread!!!!!
517
+ Completed 200 OK in 0ms (Views: 0.1ms)
518
+ New SSE Client connected: #<ActionDispatch::Response::Buffer:0x007fa0ec02a320>
519
+ ------------------------------------------------------------------
520
+ SseRailsEngine::SseController: test_0002_sends event to connection
521
+ ------------------------------------------------------------------
522
+ Processing by SseRailsEngine::SseController#connect as HTML
523
+ Starting SSE heartbeat thread!!!!!
524
+ Completed 200 OK in 0ms (Views: 0.1ms)
525
+ New SSE Client connected: #<ActionDispatch::Response::Buffer:0x007fa0ec0026b8>
526
+ Starting SSE heartbeat thread!!!!!
527
+ New SSE Client connected: #<StringIO:0x007fa0ebf79430>
528
+ Starting SSE heartbeat thread!!!!!
529
+ Starting SSE heartbeat thread!!!!!
530
+ New SSE Client connected: #<StringIO:0x007fa0ebf6bf88>
531
+ SSE Client disconnected: #<StringIO:0x007fa0ebf6bf88>
532
+ Starting SSE heartbeat thread!!!!!
533
+ New SSE Client connected: #<StringIO:0x007fa0ebf6a2c8>
534
+ Starting SSE heartbeat thread!!!!!
535
+ New SSE Client connected: #<StringIO:0x007fa0ebf68c48>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sse-rails-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Hender