Methods
- E
- N
- P
- W
Included Modules
Attributes
| [R] | config | |
| [R] | logger | |
| [R] | mutex |
Class Public methods
new(subscription_adapter: SuccessAdapter)
Link
# File actioncable/test/stubs/test_server.rb, line 9 def initialize(subscription_adapter: SuccessAdapter) @logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new) @config = OpenStruct.new(log_tags: [], subscription_adapter: subscription_adapter) @config.use_faye = ENV['FAYE'].present? @config.client_socket_class = if @config.use_faye ActionCable::Connection::FayeClientSocket else ActionCable::Connection::ClientSocket end @mutex = Monitor.new end
Instance Public methods
event_loop()
Link
pubsub()
Link