1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test/subscription_adapter
Matthew Draper 162e889f16 Prevent race condition when launching EventMachine reactor
reactor_running? will be true just after the thread enters
EventMachine.run; reactor_thread only gets set after the internal
initialize_event_machine method has been called, the C extension is set
up, and it is entering its run loop.
2016-11-30 22:55:04 +10:30
..
async_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
base_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
common.rb Don't shut down adapters that haven't been set 2016-10-04 06:40:38 +10:30
evented_redis_test.rb Prevent race condition when launching EventMachine reactor 2016-11-30 22:55:04 +10:30
inline_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
postgresql_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
redis_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
subscriber_map_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00