hs-clientmanager: Do not store always the client context 92/26092/2
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 15 Feb 2021 11:52:58 +0000 (13:52 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 3 Mar 2021 14:54:40 +0000 (16:54 +0200)
commit23e133bed353ac90fd8dcf20857e52ff0f11ebdc
tree2130a83d8f379caec00656298a028a1815f4c9de
parent8d313058dd04585056f6b2926c1ab9a085d8ae0f
hs-clientmanager: Do not store always the client context

This incorrectly assumed that by re-using the same client context we
could gain access to the *current* client's context. But as we have
seen, the fake subscribe mechanism isn't really capable of doing that,
requiring a direct connection from the client to have that in.

Storing the client context make sense to happen only when we can create
it (with a real subscribe verb) and not *re-use* it, and assign it to
other applications. This basically reverts it to the way it was
previously.

Bug-AGL: SPEC-3796

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I643dfe91049efa8937c9a8a21eb6fbb366b3fdcc
src/hs-clientmanager.cpp