Hi, With the recent changes in channel life-cycle, I introduced regressions with authentication: when authentication fails, a client may attempt to reconnect, but all channels are removed from the session and clients may decide to quit. This series is an attempt to fix this to keep compatibility with current clients that expects to always have at least a channel alive for a session to be "active". Marc-André Lureau (3): session: keep main channel on reconnect channel: factorize failed authentication channel: wait until coroutine ends gtk/spice-channel-priv.h | 1 + gtk/spice-channel.c | 66 ++++++++++++++++++++++++++---------------------- gtk/spice-session.c | 30 ++++++++++++---------- 3 files changed, 54 insertions(+), 43 deletions(-) -- 2.1.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel