actioncabl/lib/assets/javascripts
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
..
cable Send subscription confirmation from server to the client to avoid race conditions. 2015-10-16 21:11:21 -05:00
cable.coffee Send subscription confirmation from server to the client to avoid race conditions. 2015-10-16 21:11:21 -05:00