On Mon, May 14, 2012 at 11:22 AM, Henjo van Rees <
hen...@gmail.com> wrote:
> If I restart the BayeuxServer, the clients do not know that the channel they
> were listening on is "gone".
> After the server is restarted and new messages are sent on the channel, the
> clients do not receive these messages.
>
> You say that BayeuxClients automatically reconnect, but I'm not seeing that
> behaviour.
>
> What I expect (or would like to achieve) is that BayeuxClients reconnect +
> resubscribe after a server restart.
> Must I add code in the client that checks if it's still connected and
> subscribed to a channel?