cable_room 0.5.1 → 0.5.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/cable_room/room/lifecycle.rb +2 -1
- data/lib/cable_room/version.rb +1 -1
- data/spec/internal/log/test.log +379 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0ad23458b145b3c2b8018de790164385019fc5591e1d3e4a83fcf293f40cf91
|
|
4
|
+
data.tar.gz: 69185a1f0ee7d130a8c5cb233090e289578cf631c06faabac6baa44154ef0c69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccc01fe82431caa4adf76852407545626fbd3451e4a451bff559fa6364b32f23b9f23ff7b2e5e80216cc3d65283bee8bedbf31ec5d7a2858b5006616137224a8
|
|
7
|
+
data.tar.gz: 3ca266fc342f40ab673f2cff6ac26caa5dc58401e2c3502239789bb43e67f0d7fc1feff2eb3f30cfc989e2fde58072edb3ecc5df3c4a09d8140bbaa1a4f0fcde
|
|
@@ -10,7 +10,7 @@ module CableRoom
|
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
before_shutdown do
|
|
13
|
-
self << { type: 'room_closed' }
|
|
13
|
+
self << { type: 'room_closed', reason: @shutdown_reason }
|
|
14
14
|
logger.info "Shutting down"
|
|
15
15
|
end
|
|
16
16
|
|
|
@@ -27,6 +27,7 @@ module CableRoom
|
|
|
27
27
|
|
|
28
28
|
# Requests that the Room shut down gracefully, processing any pending messages
|
|
29
29
|
def shutdown!(reason = "Room requested shutdown")
|
|
30
|
+
@shutdown_reason = reason
|
|
30
31
|
logger.info "Shutdown requested: #{reason}"
|
|
31
32
|
@cable_channel.initiate_shutdown(reason)
|
|
32
33
|
end
|
data/lib/cable_room/version.rb
CHANGED
data/spec/internal/log/test.log
CHANGED
|
@@ -4085,3 +4085,382 @@ Shutting down CableRoom
|
|
|
4085
4085
|
[ActionCable] Broadcasting to TestRoom:62970ec7485b3020f9665f1833d09ac1:from_room: {type: "room_closed"}
|
|
4086
4086
|
[TestRoom 604eba22ec14] Shutting down
|
|
4087
4087
|
[TestRoom 604eba22ec14] Shutdown complete
|
|
4088
|
+
[ActionCable] Broadcasting to TestRoom:d4ba26675aabcfeaABC:to_room: {type: "port_connected", tags: [], mtok: "2fb398f263913d4a1d578e2941483dee"}
|
|
4089
|
+
[TestRoom 9ca35395db87] Initializing new TestRoom
|
|
4090
|
+
[TestRoom 9ca35395db87] UUID: 9ca35395db87
|
|
4091
|
+
[TestRoom 9ca35395db87] Key: TestRoom:d4ba26675aabcfeaABC
|
|
4092
|
+
[TestRoom 9ca35395db87] Ping watchdog
|
|
4093
|
+
[ActionCable] Broadcasting to TestRoom:d4ba26675aabcfeaABC:from_room: {type: "custom_started"}
|
|
4094
|
+
[TestRoom 9ca35395db87] Started
|
|
4095
|
+
[ActionCable] Broadcasting to TestRoom:d4ba26675aabcfeaABC:from_room: {type: "room_opened"}
|
|
4096
|
+
[TestRoom 9ca35395db87] TestRoom::Channel is streaming from TestRoom:d4ba26675aabcfeaABC:to_room
|
|
4097
|
+
[TestRoom 9ca35395db87] TestRoom::Channel is transmitting the subscription confirmation
|
|
4098
|
+
[TestRoom 9ca35395db87] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4099
|
+
[ActionCable] Broadcasting to TestRoom:d4ba26675aabcfeaABC:to_room: {type: "port_disconnected", mtok: "2fb398f263913d4a1d578e2941483dee"}
|
|
4100
|
+
[TestRoom 9ca35395db87] Received message: {"type" => "port_disconnected", "mtok" => "2fb398f263913d4a1d578e2941483dee"}
|
|
4101
|
+
Shutting down CableRoom
|
|
4102
|
+
[TestRoom 9ca35395db87] Initiating shutdown: Server shutting down
|
|
4103
|
+
[TestRoom 9ca35395db87] TestRoom::Channel stopped streaming from TestRoom:d4ba26675aabcfeaABC:to_room
|
|
4104
|
+
[ActionCable] Broadcasting to TestRoom:d4ba26675aabcfeaABC:from_room: {type: "room_closed"}
|
|
4105
|
+
[TestRoom 9ca35395db87] Shutting down
|
|
4106
|
+
[TestRoom 9ca35395db87] Shutdown complete
|
|
4107
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:to_room: {type: "port_connected", tags: [], mtok: "6928eb3f8447b7cb0e82ad3b694fcaf2"}
|
|
4108
|
+
[TestRoom 0fd811a82028] Initializing new TestRoom
|
|
4109
|
+
[TestRoom 0fd811a82028] UUID: 0fd811a82028
|
|
4110
|
+
[TestRoom 0fd811a82028] Key: TestRoom:07473cfc0e71ec8f46c19c717ad18cb3
|
|
4111
|
+
[TestRoom 0fd811a82028] Ping watchdog
|
|
4112
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:from_room: {type: "custom_started"}
|
|
4113
|
+
[TestRoom 0fd811a82028] Started
|
|
4114
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:from_room: {type: "room_opened"}
|
|
4115
|
+
[TestRoom 0fd811a82028] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:to_room
|
|
4116
|
+
[TestRoom 0fd811a82028] TestRoom::Channel is transmitting the subscription confirmation
|
|
4117
|
+
[TestRoom 0fd811a82028] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4118
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:to_room: {type: "port_disconnected", mtok: "6928eb3f8447b7cb0e82ad3b694fcaf2"}
|
|
4119
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fABC:to_room: {type: "port_connected", tags: [], mtok: "ff2031f720af24c4d0cc28b12e530ef2"}
|
|
4120
|
+
[TestRoom 0fd811a82028] Received message: {"type" => "port_disconnected", "mtok" => "6928eb3f8447b7cb0e82ad3b694fcaf2"}
|
|
4121
|
+
[TestRoom 6b7a50c59eb2] Initializing new TestRoom
|
|
4122
|
+
[TestRoom 6b7a50c59eb2] UUID: 6b7a50c59eb2
|
|
4123
|
+
[TestRoom 6b7a50c59eb2] Key: TestRoom:07473cfc0e71ec8fABC
|
|
4124
|
+
[TestRoom 6b7a50c59eb2] Ping watchdog
|
|
4125
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fABC:from_room: {type: "custom_started"}
|
|
4126
|
+
[TestRoom 6b7a50c59eb2] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8fABC:to_room
|
|
4127
|
+
[TestRoom 6b7a50c59eb2] Started
|
|
4128
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fABC:from_room: {type: "room_opened"}
|
|
4129
|
+
[TestRoom 6b7a50c59eb2] TestRoom::Channel is transmitting the subscription confirmation
|
|
4130
|
+
[TestRoom 6b7a50c59eb2] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4131
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fABC:to_room: {type: "port_disconnected", mtok: "ff2031f720af24c4d0cc28b12e530ef2"}
|
|
4132
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f32e95c870c4f187c:to_room: {type: "port_connected", tags: [], mtok: "774067a119ffa2a198f404f05317f106"}
|
|
4133
|
+
[TestRoom 6b7a50c59eb2] Received message: {"type" => "port_disconnected", "mtok" => "ff2031f720af24c4d0cc28b12e530ef2"}
|
|
4134
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:to_room: {type: "port_connected", tags: [], mtok: "a88863c784421fc9fb0601733cf47bbd"}
|
|
4135
|
+
[TestRoom 420c92efefc2] Initializing new TestRoom
|
|
4136
|
+
[TestRoom 420c92efefc2] UUID: 420c92efefc2
|
|
4137
|
+
[TestRoom 420c92efefc2] Key: TestRoom:07473cfc0e71ec8f5cee443b25ec5852
|
|
4138
|
+
[TestRoom 420c92efefc2] Ping watchdog
|
|
4139
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:from_room: {type: "custom_started"}
|
|
4140
|
+
[TestRoom 420c92efefc2] Started
|
|
4141
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:from_room: {type: "room_opened"}
|
|
4142
|
+
[TestRoom 420c92efefc2] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8f5cee443b25ec5852:to_room
|
|
4143
|
+
[TestRoom 420c92efefc2] TestRoom::Channel is transmitting the subscription confirmation
|
|
4144
|
+
[TestRoom 420c92efefc2] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4145
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:to_room: {type: "port_connected", tags: [], mtok: "6e60260b8c4185facd767a1af2a5c007"}
|
|
4146
|
+
[TestRoom 420c92efefc2] Received message: {"type" => "port_connected", "tags" => [], "mtok" => "6e60260b8c4185facd767a1af2a5c007"}
|
|
4147
|
+
There was an exception - NameError(uninitialized constant ActiveJob)
|
|
4148
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/port_management.rb:113:in 'CableRoom::Room::PortManagement#handle_received_message'
|
|
4149
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/input_handling.rb:61:in 'block (4 levels) in <module:InputHandling>'
|
|
4150
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4151
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/port_management.rb:35:in 'block (2 levels) in <module:PortManagement>'
|
|
4152
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4153
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4154
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
|
|
4155
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/input_handling.rb:60:in 'block (3 levels) in <module:InputHandling>'
|
|
4156
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/streams.rb:198:in 'block in ActionCable::Channel::Streams#stream_decoder'
|
|
4157
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:60:in 'block in ActionCable::Server::Worker#invoke'
|
|
4158
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4159
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_tracker.rb:92:in 'block in <class:ThreadPool>'
|
|
4160
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4161
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4162
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/engine.rb:81:in 'block (4 levels) in <class:Engine>'
|
|
4163
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/execution_wrapper.rb:91:in 'ActiveSupport::ExecutionWrapper.wrap'
|
|
4164
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/engine.rb:76:in 'block (3 levels) in <class:Engine>'
|
|
4165
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4166
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4167
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
|
|
4168
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:43:in 'ActionCable::Server::Worker#work'
|
|
4169
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:59:in 'ActionCable::Server::Worker#invoke'
|
|
4170
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_tracker.rb:107:in 'block in CableRoom::ChannelTracker::ThreadPool#async_invoke'
|
|
4171
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_base.rb:188:in 'block (2 levels) in CableRoom::ChannelBase#schedule_work'
|
|
4172
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:359:in 'Concurrent::RubyThreadPoolExecutor::Worker#run_task'
|
|
4173
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:350:in 'block (3 levels) in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4174
|
+
<internal:kernel>:168:in 'Kernel#loop'
|
|
4175
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:341:in 'block (2 levels) in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4176
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in 'Kernel#catch'
|
|
4177
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in 'block in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4178
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:to_room: {type: "port_disconnected", mtok: "6e60260b8c4185facd767a1af2a5c007"}
|
|
4179
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fA:to_room: {type: "port_connected", tags: [], mtok: "e0f5b41768d003b64e688ac0827fcec4"}
|
|
4180
|
+
[TestRoom 420c92efefc2] Received message: {"type" => "port_disconnected", "mtok" => "6e60260b8c4185facd767a1af2a5c007"}
|
|
4181
|
+
[TestRoom a31b66e24185] Initializing new TestRoom
|
|
4182
|
+
[TestRoom a31b66e24185] UUID: a31b66e24185
|
|
4183
|
+
[TestRoom a31b66e24185] Key: TestRoom:07473cfc0e71ec8fA
|
|
4184
|
+
[TestRoom a31b66e24185] Ping watchdog
|
|
4185
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fA:from_room: {type: "custom_started"}
|
|
4186
|
+
[TestRoom a31b66e24185] Started
|
|
4187
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fA:from_room: {type: "room_opened"}
|
|
4188
|
+
[TestRoom a31b66e24185] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8fA:to_room
|
|
4189
|
+
[TestRoom a31b66e24185] TestRoom::Channel is transmitting the subscription confirmation
|
|
4190
|
+
[TestRoom a31b66e24185] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4191
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fB:to_room: {type: "port_connected", tags: [], mtok: "d0a570c76792fe10d5a0140197b05cac"}
|
|
4192
|
+
[TestRoom ec7e59a7762a] Initializing new TestRoom
|
|
4193
|
+
[TestRoom ec7e59a7762a] UUID: ec7e59a7762a
|
|
4194
|
+
[TestRoom ec7e59a7762a] Key: TestRoom:07473cfc0e71ec8fB
|
|
4195
|
+
[TestRoom ec7e59a7762a] Ping watchdog
|
|
4196
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fB:from_room: {type: "custom_started"}
|
|
4197
|
+
[TestRoom ec7e59a7762a] Started
|
|
4198
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fB:from_room: {type: "room_opened"}
|
|
4199
|
+
[TestRoom ec7e59a7762a] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8fB:to_room
|
|
4200
|
+
[TestRoom ec7e59a7762a] TestRoom::Channel is transmitting the subscription confirmation
|
|
4201
|
+
[TestRoom ec7e59a7762a] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4202
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fB:to_room: {type: "port_disconnected", mtok: "d0a570c76792fe10d5a0140197b05cac"}
|
|
4203
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fdb39848293d40e74:to_room: {type: "port_connected", tags: [], mtok: "0c07113e76d663315fd943ef9bd29600"}
|
|
4204
|
+
[TestRoom ec7e59a7762a] Received message: {"type" => "port_disconnected", "mtok" => "d0a570c76792fe10d5a0140197b05cac"}
|
|
4205
|
+
[TestRoom deb2e5f642f4] Initializing new TestRoom
|
|
4206
|
+
[TestRoom deb2e5f642f4] UUID: deb2e5f642f4
|
|
4207
|
+
[TestRoom deb2e5f642f4] Key: TestRoom:07473cfc0e71ec8fdb39848293d40e74
|
|
4208
|
+
[TestRoom deb2e5f642f4] Ping watchdog
|
|
4209
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fdb39848293d40e74:from_room: {type: "custom_started"}
|
|
4210
|
+
[TestRoom deb2e5f642f4] Started
|
|
4211
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fdb39848293d40e74:from_room: {type: "room_opened"}
|
|
4212
|
+
[TestRoom deb2e5f642f4] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8fdb39848293d40e74:to_room
|
|
4213
|
+
[TestRoom deb2e5f642f4] TestRoom::Channel is transmitting the subscription confirmation
|
|
4214
|
+
[TestRoom deb2e5f642f4] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4215
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fdb39848293d40e74:to_room: {type: "port_disconnected", mtok: "0c07113e76d663315fd943ef9bd29600"}
|
|
4216
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8ff47f9090661eddd1:to_room: {type: "port_connected", tags: [], mtok: "d148aa526f942b1ed8bc315c609b01b6"}
|
|
4217
|
+
[TestRoom deb2e5f642f4] Received message: {"type" => "port_disconnected", "mtok" => "0c07113e76d663315fd943ef9bd29600"}
|
|
4218
|
+
[TestRoom e460d79193a4] Initializing new TestRoom
|
|
4219
|
+
[TestRoom e460d79193a4] UUID: e460d79193a4
|
|
4220
|
+
[TestRoom e460d79193a4] Key: TestRoom:07473cfc0e71ec8ff47f9090661eddd1
|
|
4221
|
+
[TestRoom e460d79193a4] Ping watchdog
|
|
4222
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8ff47f9090661eddd1:from_room: {type: "custom_started"}
|
|
4223
|
+
[TestRoom e460d79193a4] Started
|
|
4224
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8ff47f9090661eddd1:from_room: {type: "room_opened"}
|
|
4225
|
+
[TestRoom e460d79193a4] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8ff47f9090661eddd1:to_room
|
|
4226
|
+
[TestRoom e460d79193a4] TestRoom::Channel is transmitting the subscription confirmation
|
|
4227
|
+
[TestRoom e460d79193a4] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4228
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8ff47f9090661eddd1:to_room: "KILL"
|
|
4229
|
+
[TestRoom e460d79193a4] Received message: "KILL"
|
|
4230
|
+
[TestRoom e460d79193a4] Shutdown requested: Room requested shutdown
|
|
4231
|
+
[TestRoom e460d79193a4] Initiating shutdown: Room requested shutdown
|
|
4232
|
+
[TestRoom e460d79193a4] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8ff47f9090661eddd1:to_room
|
|
4233
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8ff47f9090661eddd1:from_room: {type: "room_closed"}
|
|
4234
|
+
[TestRoom e460d79193a4] Shutting down
|
|
4235
|
+
[TestRoom e460d79193a4] Shutdown complete
|
|
4236
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:to_room: {type: "port_connected", tags: [], mtok: "1a1f15f35b75e6f9fa856654df9df71e"}
|
|
4237
|
+
[TestRoom c00c4a31d16a] Initializing new TestRoom
|
|
4238
|
+
[TestRoom c00c4a31d16a] UUID: c00c4a31d16a
|
|
4239
|
+
[TestRoom c00c4a31d16a] Key: TestRoom:07473cfc0e71ec8fb702a8165cbf0d48
|
|
4240
|
+
[TestRoom c00c4a31d16a] Ping watchdog
|
|
4241
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:from_room: {type: "custom_started"}
|
|
4242
|
+
[TestRoom c00c4a31d16a] Started
|
|
4243
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:from_room: {type: "room_opened"}
|
|
4244
|
+
[TestRoom c00c4a31d16a] TestRoom::Channel is streaming from TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:to_room
|
|
4245
|
+
[TestRoom c00c4a31d16a] TestRoom::Channel is transmitting the subscription confirmation
|
|
4246
|
+
[TestRoom c00c4a31d16a] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4247
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:to_room: {type: "port_disconnected", mtok: "1a1f15f35b75e6f9fa856654df9df71e"}
|
|
4248
|
+
[TestRoom c00c4a31d16a] Ping watchdog
|
|
4249
|
+
[TestRoom c00c4a31d16a] Received message: {"type" => "port_disconnected", "mtok" => "1a1f15f35b75e6f9fa856654df9df71e"}
|
|
4250
|
+
[TestRoom c00c4a31d16a] Watchdog timeout for room TestRoom[07473cfc0e71ec8fb702a8165cbf0d48], shutting down
|
|
4251
|
+
[TestRoom c00c4a31d16a] Initiating shutdown: Watchdog timeout
|
|
4252
|
+
[TestRoom c00c4a31d16a] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:to_room
|
|
4253
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fb702a8165cbf0d48:from_room: {type: "room_closed"}
|
|
4254
|
+
[TestRoom c00c4a31d16a] Shutting down
|
|
4255
|
+
[TestRoom c00c4a31d16a] Shutdown complete
|
|
4256
|
+
Shutting down CableRoom
|
|
4257
|
+
[TestRoom 0fd811a82028] Initiating shutdown: Server shutting down
|
|
4258
|
+
[TestRoom 0fd811a82028] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:to_room
|
|
4259
|
+
[TestRoom 6b7a50c59eb2] Initiating shutdown: Server shutting down
|
|
4260
|
+
[TestRoom 6b7a50c59eb2] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8fABC:to_room
|
|
4261
|
+
[TestRoom 420c92efefc2] Initiating shutdown: Server shutting down
|
|
4262
|
+
[TestRoom 420c92efefc2] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8f5cee443b25ec5852:to_room
|
|
4263
|
+
[TestRoom a31b66e24185] Initiating shutdown: Server shutting down
|
|
4264
|
+
[TestRoom a31b66e24185] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8fA:to_room
|
|
4265
|
+
[TestRoom ec7e59a7762a] Initiating shutdown: Server shutting down
|
|
4266
|
+
[TestRoom ec7e59a7762a] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8fB:to_room
|
|
4267
|
+
[TestRoom deb2e5f642f4] Initiating shutdown: Server shutting down
|
|
4268
|
+
[TestRoom deb2e5f642f4] TestRoom::Channel stopped streaming from TestRoom:07473cfc0e71ec8fdb39848293d40e74:to_room
|
|
4269
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fA:from_room: {type: "room_closed"}
|
|
4270
|
+
[TestRoom a31b66e24185] Shutting down
|
|
4271
|
+
[TestRoom a31b66e24185] Shutdown complete
|
|
4272
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fABC:from_room: {type: "room_closed"}
|
|
4273
|
+
[TestRoom 6b7a50c59eb2] Shutting down
|
|
4274
|
+
[TestRoom 6b7a50c59eb2] Shutdown complete
|
|
4275
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f5cee443b25ec5852:from_room: {type: "room_closed"}
|
|
4276
|
+
[TestRoom 420c92efefc2] Shutting down
|
|
4277
|
+
[TestRoom 420c92efefc2] Shutdown complete
|
|
4278
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8f46c19c717ad18cb3:from_room: {type: "room_closed"}
|
|
4279
|
+
[TestRoom 0fd811a82028] Shutting down
|
|
4280
|
+
[TestRoom 0fd811a82028] Shutdown complete
|
|
4281
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fB:from_room: {type: "room_closed"}
|
|
4282
|
+
[TestRoom ec7e59a7762a] Shutting down
|
|
4283
|
+
[TestRoom ec7e59a7762a] Shutdown complete
|
|
4284
|
+
[ActionCable] Broadcasting to TestRoom:07473cfc0e71ec8fdb39848293d40e74:from_room: {type: "room_closed"}
|
|
4285
|
+
[TestRoom deb2e5f642f4] Shutting down
|
|
4286
|
+
[TestRoom deb2e5f642f4] Shutdown complete
|
|
4287
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b458b5be59c3b554f5:to_room: {type: "port_connected", tags: [], mtok: "d91b0fc7efeca857d3978f4e2e673cfc"}
|
|
4288
|
+
[TestRoom ce3cc893c8e8] Initializing new TestRoom
|
|
4289
|
+
[TestRoom ce3cc893c8e8] UUID: ce3cc893c8e8
|
|
4290
|
+
[TestRoom ce3cc893c8e8] Key: TestRoom:74998c024830f9b458b5be59c3b554f5
|
|
4291
|
+
[TestRoom ce3cc893c8e8] Ping watchdog
|
|
4292
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b458b5be59c3b554f5:from_room: {type: "custom_started"}
|
|
4293
|
+
[TestRoom ce3cc893c8e8] Started
|
|
4294
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b458b5be59c3b554f5:from_room: {type: "room_opened"}
|
|
4295
|
+
[TestRoom ce3cc893c8e8] TestRoom::Channel is streaming from TestRoom:74998c024830f9b458b5be59c3b554f5:to_room
|
|
4296
|
+
[TestRoom ce3cc893c8e8] TestRoom::Channel is transmitting the subscription confirmation
|
|
4297
|
+
[TestRoom ce3cc893c8e8] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4298
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b458b5be59c3b554f5:to_room: {type: "port_disconnected", mtok: "d91b0fc7efeca857d3978f4e2e673cfc"}
|
|
4299
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4ABC:to_room: {type: "port_connected", tags: [], mtok: "de1fc587d5ccfe08ed65b1df91b7ff86"}
|
|
4300
|
+
[TestRoom ce3cc893c8e8] Received message: {"type" => "port_disconnected", "mtok" => "d91b0fc7efeca857d3978f4e2e673cfc"}
|
|
4301
|
+
[TestRoom 89d61595efac] Initializing new TestRoom
|
|
4302
|
+
[TestRoom 89d61595efac] UUID: 89d61595efac
|
|
4303
|
+
[TestRoom 89d61595efac] Key: TestRoom:74998c024830f9b4ABC
|
|
4304
|
+
[TestRoom 89d61595efac] Ping watchdog
|
|
4305
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4ABC:from_room: {type: "custom_started"}
|
|
4306
|
+
[TestRoom 89d61595efac] Started
|
|
4307
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4ABC:from_room: {type: "room_opened"}
|
|
4308
|
+
[TestRoom 89d61595efac] TestRoom::Channel is streaming from TestRoom:74998c024830f9b4ABC:to_room
|
|
4309
|
+
[TestRoom 89d61595efac] TestRoom::Channel is transmitting the subscription confirmation
|
|
4310
|
+
[TestRoom 89d61595efac] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4311
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4ABC:to_room: {type: "port_disconnected", mtok: "de1fc587d5ccfe08ed65b1df91b7ff86"}
|
|
4312
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b47d31e651cf0a3a9a:to_room: {type: "port_connected", tags: [], mtok: "038c57f385d579545d8e7cc15f235be4"}
|
|
4313
|
+
[TestRoom 89d61595efac] Received message: {"type" => "port_disconnected", "mtok" => "de1fc587d5ccfe08ed65b1df91b7ff86"}
|
|
4314
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:to_room: {type: "port_connected", tags: [], mtok: "d83b4493ed1bbdfd9e4d546467449e94"}
|
|
4315
|
+
[TestRoom ac6c6aa254e2] Initializing new TestRoom
|
|
4316
|
+
[TestRoom ac6c6aa254e2] UUID: ac6c6aa254e2
|
|
4317
|
+
[TestRoom ac6c6aa254e2] Key: TestRoom:74998c024830f9b46f10791c9206e84c
|
|
4318
|
+
[TestRoom ac6c6aa254e2] Ping watchdog
|
|
4319
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:from_room: {type: "custom_started"}
|
|
4320
|
+
[TestRoom ac6c6aa254e2] Started
|
|
4321
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:from_room: {type: "room_opened"}
|
|
4322
|
+
[TestRoom ac6c6aa254e2] TestRoom::Channel is streaming from TestRoom:74998c024830f9b46f10791c9206e84c:to_room
|
|
4323
|
+
[TestRoom ac6c6aa254e2] TestRoom::Channel is transmitting the subscription confirmation
|
|
4324
|
+
[TestRoom ac6c6aa254e2] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4325
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:to_room: {type: "port_connected", tags: [], mtok: "8c0275465b68fe241b210aea2d947988"}
|
|
4326
|
+
[TestRoom ac6c6aa254e2] Received message: {"type" => "port_connected", "tags" => [], "mtok" => "8c0275465b68fe241b210aea2d947988"}
|
|
4327
|
+
There was an exception - NameError(uninitialized constant ActiveJob)
|
|
4328
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/port_management.rb:113:in 'CableRoom::Room::PortManagement#handle_received_message'
|
|
4329
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/input_handling.rb:61:in 'block (4 levels) in <module:InputHandling>'
|
|
4330
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4331
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/port_management.rb:35:in 'block (2 levels) in <module:PortManagement>'
|
|
4332
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4333
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4334
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
|
|
4335
|
+
/Users/eknapp/code/cable_room/lib/cable_room/room/input_handling.rb:60:in 'block (3 levels) in <module:InputHandling>'
|
|
4336
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/channel/streams.rb:198:in 'block in ActionCable::Channel::Streams#stream_decoder'
|
|
4337
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:60:in 'block in ActionCable::Server::Worker#invoke'
|
|
4338
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:120:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4339
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_tracker.rb:92:in 'block in <class:ThreadPool>'
|
|
4340
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4341
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4342
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/engine.rb:81:in 'block (4 levels) in <class:Engine>'
|
|
4343
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/execution_wrapper.rb:91:in 'ActiveSupport::ExecutionWrapper.wrap'
|
|
4344
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/engine.rb:76:in 'block (3 levels) in <class:Engine>'
|
|
4345
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'BasicObject#instance_exec'
|
|
4346
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:129:in 'block in ActiveSupport::Callbacks#run_callbacks'
|
|
4347
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/activesupport-8.0.3/lib/active_support/callbacks.rb:140:in 'ActiveSupport::Callbacks#run_callbacks'
|
|
4348
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:43:in 'ActionCable::Server::Worker#work'
|
|
4349
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/actioncable-8.0.3/lib/action_cable/server/worker.rb:59:in 'ActionCable::Server::Worker#invoke'
|
|
4350
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_tracker.rb:107:in 'block in CableRoom::ChannelTracker::ThreadPool#async_invoke'
|
|
4351
|
+
/Users/eknapp/code/cable_room/lib/cable_room/channel_base.rb:188:in 'block (2 levels) in CableRoom::ChannelBase#schedule_work'
|
|
4352
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:359:in 'Concurrent::RubyThreadPoolExecutor::Worker#run_task'
|
|
4353
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:350:in 'block (3 levels) in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4354
|
+
<internal:kernel>:168:in 'Kernel#loop'
|
|
4355
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:341:in 'block (2 levels) in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4356
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in 'Kernel#catch'
|
|
4357
|
+
/Users/eknapp/.local/share/mise/installs/ruby/3.4.5/lib/ruby/gems/3.4.0/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in 'block in Concurrent::RubyThreadPoolExecutor::Worker#create_worker'
|
|
4358
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:to_room: {type: "port_disconnected", mtok: "8c0275465b68fe241b210aea2d947988"}
|
|
4359
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4A:to_room: {type: "port_connected", tags: [], mtok: "12622e3ecb6b1ca6c97987f59c0b5cbc"}
|
|
4360
|
+
[TestRoom ac6c6aa254e2] Received message: {"type" => "port_disconnected", "mtok" => "8c0275465b68fe241b210aea2d947988"}
|
|
4361
|
+
[TestRoom 8e66dfea550c] Initializing new TestRoom
|
|
4362
|
+
[TestRoom 8e66dfea550c] UUID: 8e66dfea550c
|
|
4363
|
+
[TestRoom 8e66dfea550c] Key: TestRoom:74998c024830f9b4A
|
|
4364
|
+
[TestRoom 8e66dfea550c] Ping watchdog
|
|
4365
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4A:from_room: {type: "custom_started"}
|
|
4366
|
+
[TestRoom 8e66dfea550c] Started
|
|
4367
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4A:from_room: {type: "room_opened"}
|
|
4368
|
+
[TestRoom 8e66dfea550c] TestRoom::Channel is streaming from TestRoom:74998c024830f9b4A:to_room
|
|
4369
|
+
[TestRoom 8e66dfea550c] TestRoom::Channel is transmitting the subscription confirmation
|
|
4370
|
+
[TestRoom 8e66dfea550c] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4371
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4B:to_room: {type: "port_connected", tags: [], mtok: "2ca490bb8914f89a35c98f614d52de6a"}
|
|
4372
|
+
[TestRoom 5ddb63c1a0bf] Initializing new TestRoom
|
|
4373
|
+
[TestRoom 5ddb63c1a0bf] UUID: 5ddb63c1a0bf
|
|
4374
|
+
[TestRoom 5ddb63c1a0bf] Key: TestRoom:74998c024830f9b4B
|
|
4375
|
+
[TestRoom 5ddb63c1a0bf] Ping watchdog
|
|
4376
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4B:from_room: {type: "custom_started"}
|
|
4377
|
+
[TestRoom 5ddb63c1a0bf] Started
|
|
4378
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4B:from_room: {type: "room_opened"}
|
|
4379
|
+
[TestRoom 5ddb63c1a0bf] TestRoom::Channel is streaming from TestRoom:74998c024830f9b4B:to_room
|
|
4380
|
+
[TestRoom 5ddb63c1a0bf] TestRoom::Channel is transmitting the subscription confirmation
|
|
4381
|
+
[TestRoom 5ddb63c1a0bf] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4382
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4B:to_room: {type: "port_disconnected", mtok: "2ca490bb8914f89a35c98f614d52de6a"}
|
|
4383
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b428548ebcbe1de66d:to_room: {type: "port_connected", tags: [], mtok: "74321dbc045672796c0142e0c63dfc58"}
|
|
4384
|
+
[TestRoom 5ddb63c1a0bf] Received message: {"type" => "port_disconnected", "mtok" => "2ca490bb8914f89a35c98f614d52de6a"}
|
|
4385
|
+
[TestRoom 5fc92a4bc789] Initializing new TestRoom
|
|
4386
|
+
[TestRoom 5fc92a4bc789] UUID: 5fc92a4bc789
|
|
4387
|
+
[TestRoom 5fc92a4bc789] Key: TestRoom:74998c024830f9b428548ebcbe1de66d
|
|
4388
|
+
[TestRoom 5fc92a4bc789] Ping watchdog
|
|
4389
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b428548ebcbe1de66d:from_room: {type: "custom_started"}
|
|
4390
|
+
[TestRoom 5fc92a4bc789] Started
|
|
4391
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b428548ebcbe1de66d:from_room: {type: "room_opened"}
|
|
4392
|
+
[TestRoom 5fc92a4bc789] TestRoom::Channel is streaming from TestRoom:74998c024830f9b428548ebcbe1de66d:to_room
|
|
4393
|
+
[TestRoom 5fc92a4bc789] TestRoom::Channel is transmitting the subscription confirmation
|
|
4394
|
+
[TestRoom 5fc92a4bc789] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4395
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b428548ebcbe1de66d:to_room: {type: "port_disconnected", mtok: "74321dbc045672796c0142e0c63dfc58"}
|
|
4396
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4135ea2875e0a9f18:to_room: {type: "port_connected", tags: [], mtok: "69a5687794f29c42df0b2f63a35798d7"}
|
|
4397
|
+
[TestRoom 5fc92a4bc789] Received message: {"type" => "port_disconnected", "mtok" => "74321dbc045672796c0142e0c63dfc58"}
|
|
4398
|
+
[TestRoom 3dd60565e0aa] Initializing new TestRoom
|
|
4399
|
+
[TestRoom 3dd60565e0aa] UUID: 3dd60565e0aa
|
|
4400
|
+
[TestRoom 3dd60565e0aa] Key: TestRoom:74998c024830f9b4135ea2875e0a9f18
|
|
4401
|
+
[TestRoom 3dd60565e0aa] Ping watchdog
|
|
4402
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4135ea2875e0a9f18:from_room: {type: "custom_started"}
|
|
4403
|
+
[TestRoom 3dd60565e0aa] Started
|
|
4404
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4135ea2875e0a9f18:from_room: {type: "room_opened"}
|
|
4405
|
+
[TestRoom 3dd60565e0aa] TestRoom::Channel is streaming from TestRoom:74998c024830f9b4135ea2875e0a9f18:to_room
|
|
4406
|
+
[TestRoom 3dd60565e0aa] TestRoom::Channel is transmitting the subscription confirmation
|
|
4407
|
+
[TestRoom 3dd60565e0aa] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4408
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4135ea2875e0a9f18:to_room: "KILL"
|
|
4409
|
+
[TestRoom 3dd60565e0aa] Received message: "KILL"
|
|
4410
|
+
[TestRoom 3dd60565e0aa] Shutdown requested: Room requested shutdown
|
|
4411
|
+
[TestRoom 3dd60565e0aa] Initiating shutdown: Room requested shutdown
|
|
4412
|
+
[TestRoom 3dd60565e0aa] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b4135ea2875e0a9f18:to_room
|
|
4413
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4135ea2875e0a9f18:from_room: {type: "room_closed"}
|
|
4414
|
+
[TestRoom 3dd60565e0aa] Shutting down
|
|
4415
|
+
[TestRoom 3dd60565e0aa] Shutdown complete
|
|
4416
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4cc039b0e995344bc:to_room: {type: "port_connected", tags: [], mtok: "87458bb73e5a98e675c3c5a17d5c3a67"}
|
|
4417
|
+
[TestRoom 6a3e02ada7fc] Initializing new TestRoom
|
|
4418
|
+
[TestRoom 6a3e02ada7fc] UUID: 6a3e02ada7fc
|
|
4419
|
+
[TestRoom 6a3e02ada7fc] Key: TestRoom:74998c024830f9b4cc039b0e995344bc
|
|
4420
|
+
[TestRoom 6a3e02ada7fc] Ping watchdog
|
|
4421
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4cc039b0e995344bc:from_room: {type: "custom_started"}
|
|
4422
|
+
[TestRoom 6a3e02ada7fc] Started
|
|
4423
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4cc039b0e995344bc:from_room: {type: "room_opened"}
|
|
4424
|
+
[TestRoom 6a3e02ada7fc] TestRoom::Channel is streaming from TestRoom:74998c024830f9b4cc039b0e995344bc:to_room
|
|
4425
|
+
[TestRoom 6a3e02ada7fc] TestRoom::Channel is transmitting the subscription confirmation
|
|
4426
|
+
[TestRoom 6a3e02ada7fc] Channel.transmit called, ignoring: [{identifier: "Room[]", type: "confirm_subscription"}]
|
|
4427
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4cc039b0e995344bc:to_room: {type: "port_disconnected", mtok: "87458bb73e5a98e675c3c5a17d5c3a67"}
|
|
4428
|
+
[TestRoom 6a3e02ada7fc] Ping watchdog
|
|
4429
|
+
[TestRoom 6a3e02ada7fc] Received message: {"type" => "port_disconnected", "mtok" => "87458bb73e5a98e675c3c5a17d5c3a67"}
|
|
4430
|
+
[TestRoom 6a3e02ada7fc] Watchdog timeout for room TestRoom[74998c024830f9b4cc039b0e995344bc], shutting down
|
|
4431
|
+
[TestRoom 6a3e02ada7fc] Initiating shutdown: Watchdog timeout
|
|
4432
|
+
[TestRoom 6a3e02ada7fc] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b4cc039b0e995344bc:to_room
|
|
4433
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4cc039b0e995344bc:from_room: {type: "room_closed"}
|
|
4434
|
+
[TestRoom 6a3e02ada7fc] Shutting down
|
|
4435
|
+
[TestRoom 6a3e02ada7fc] Shutdown complete
|
|
4436
|
+
Shutting down CableRoom
|
|
4437
|
+
[TestRoom ce3cc893c8e8] Initiating shutdown: Server shutting down
|
|
4438
|
+
[TestRoom ce3cc893c8e8] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b458b5be59c3b554f5:to_room
|
|
4439
|
+
[TestRoom 89d61595efac] Initiating shutdown: Server shutting down
|
|
4440
|
+
[TestRoom 89d61595efac] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b4ABC:to_room
|
|
4441
|
+
[TestRoom ac6c6aa254e2] Initiating shutdown: Server shutting down
|
|
4442
|
+
[TestRoom ac6c6aa254e2] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b46f10791c9206e84c:to_room
|
|
4443
|
+
[TestRoom 8e66dfea550c] Initiating shutdown: Server shutting down
|
|
4444
|
+
[TestRoom 8e66dfea550c] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b4A:to_room
|
|
4445
|
+
[TestRoom 5ddb63c1a0bf] Initiating shutdown: Server shutting down
|
|
4446
|
+
[TestRoom 5ddb63c1a0bf] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b4B:to_room
|
|
4447
|
+
[TestRoom 5fc92a4bc789] Initiating shutdown: Server shutting down
|
|
4448
|
+
[TestRoom 5fc92a4bc789] TestRoom::Channel stopped streaming from TestRoom:74998c024830f9b428548ebcbe1de66d:to_room
|
|
4449
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4A:from_room: {type: "room_closed"}
|
|
4450
|
+
[TestRoom 8e66dfea550c] Shutting down
|
|
4451
|
+
[TestRoom 8e66dfea550c] Shutdown complete
|
|
4452
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4ABC:from_room: {type: "room_closed"}
|
|
4453
|
+
[TestRoom 89d61595efac] Shutting down
|
|
4454
|
+
[TestRoom 89d61595efac] Shutdown complete
|
|
4455
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b46f10791c9206e84c:from_room: {type: "room_closed"}
|
|
4456
|
+
[TestRoom ac6c6aa254e2] Shutting down
|
|
4457
|
+
[TestRoom ac6c6aa254e2] Shutdown complete
|
|
4458
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b458b5be59c3b554f5:from_room: {type: "room_closed"}
|
|
4459
|
+
[TestRoom ce3cc893c8e8] Shutting down
|
|
4460
|
+
[TestRoom ce3cc893c8e8] Shutdown complete
|
|
4461
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b4B:from_room: {type: "room_closed"}
|
|
4462
|
+
[TestRoom 5ddb63c1a0bf] Shutting down
|
|
4463
|
+
[TestRoom 5ddb63c1a0bf] Shutdown complete
|
|
4464
|
+
[ActionCable] Broadcasting to TestRoom:74998c024830f9b428548ebcbe1de66d:from_room: {type: "room_closed"}
|
|
4465
|
+
[TestRoom 5fc92a4bc789] Shutting down
|
|
4466
|
+
[TestRoom 5fc92a4bc789] Shutdown complete
|