You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the matrix client fails its sync (for example with an M_UNKNOWN_TOKEN because of a configuration error) there will be no output at all, just a stale promise.
The critical place should be in startClient.
This should be really simple (give some log output + fail the promise), but since I know near-nothing about nodejs, I don't dare make a PR.
The text was updated successfully, but these errors were encountered:
Right, I remember writing this too fast & loose... I don't have a synapse instance stood up for testing at this time, but let me see if I can contribute to the critical path:
If the matrix client fails its sync (for example with an
M_UNKNOWN_TOKEN
because of a configuration error) there will be no output at all, just a stale promise.The critical place should be in
startClient
.This should be really simple (give some log output + fail the promise), but since I know near-nothing about nodejs, I don't dare make a PR.
The text was updated successfully, but these errors were encountered: