actioncabl/lib/assets/javascripts/cable
Pratik Naik 84b1f0a3e6 Send subscription confirmation from server to the client to avoid race conditions.
Without this, it's very easy to send messages over a subscription even before the
redis pubsub has been fully initialized.

Now we delay calling the subscription#connected method on the client side until we
receive a subscription confirmation message from the server.
2015-10-16 21:11:21 -05:00
..
connection.coffee Send subscription confirmation from server to the client to avoid race conditions. 2015-10-16 21:11:21 -05:00
connection_monitor.coffee Tweak reconnect timing 2015-10-14 18:07:08 -05:00
consumer.coffee .js.coffee -> .coffee 2015-09-02 02:57:38 -03:00
subscription.coffee .js.coffee -> .coffee 2015-09-02 02:57:38 -03:00
subscriptions.coffee Send subscription confirmation from server to the client to avoid race conditions. 2015-10-16 21:11:21 -05:00