You need to sign in or sign up before continuing.
Fix race condition between connect and ses/p2p/muc/room subscriptions
Created by: UlfNorell
Only really a problem for testing, when you do things shortly after connecting.
Previously these subscriptions were done asynchronously (possibly due to them being very slow before), which leads to tests failing to (for instance) do get_profile immediately before logging in. Fixed by doing the subscriptions before returning from the connect.