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 +4 -4
- data/lib/sse_rails_engine/version.rb +1 -1
- data/test/dummy/log/test.log +24 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8199cc12aecb79f2cf42257959dc6cfe21064c8
|
|
4
|
+
data.tar.gz: 93b8d69aecc30216c3168b0de3a7fa2f5b943801
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d97b617d68b2c3ff6d2009572cf31c2203b97e201cfc254e3b467173b582313d2d25c9e5acc5d72e9e4f15b6670f781a6072007b036509cf7a52d69fafe8f91
|
|
7
|
+
data.tar.gz: 9dc239f25de7ee9abba56329cdb193ba6cb3b5ecb68b1d1c4191ec9590251a1c2fafd88d0a57df9726757cf66dcd177d4f22539079ae64d98689b8b94670736e
|
data/test/dummy/log/test.log
CHANGED
|
@@ -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>
|