1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Add some logging to track down flaky test

We had a test failure where apparently the MatrixClient failed to start
... let's try and figure out why.
This commit is contained in:
Richard van der Hoff
2017-07-05 16:20:21 +01:00
parent 769752e0b3
commit a20ed2f632
2 changed files with 14 additions and 8 deletions

View File

@ -419,6 +419,8 @@ export function logout() {
* listen for events while a session is logged in.
*/
function startMatrixClient() {
console.log(`Lifecycle: Starting MatrixClient`);
// dispatch this before starting the matrix client: it's used
// to add listeners for the 'sync' event so otherwise we'd have
// a race condition (and we need to dispatch synchronously for this