[Spice-devel] [PATCHv1 spice-gtk 0/3] Fix authentication error regression

Marc-André Lureau marcandre.lureau at redhat.com
Tue Dec 16 06:22:54 PST 2014


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



More information about the Spice-devel mailing list