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
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
..
channel Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
connection Permit same-origin connections by default 2016-10-11 12:51:10 +10:30
javascript Add more Action Cable JavaScript tests 2016-11-21 09:50:00 -05:00
server Add tests for Server::Base#restart 2016-10-02 09:02:01 -04:00
stubs Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
subscription_adapter Prevent race condition when launching EventMachine reactor 2016-11-30 22:55:04 +10:30
client_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
test_helper.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
worker_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00