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
It is not normal: /sync should not return until there is something useful to return. But it sounds more like a server-side issue than a client-side one.
One question: can you inspect the HTTP requests (or inspect the server-side logs), and (a) check that the "timeout" query parameter is sensible (it is specified in milliseconds), (b) see if the "since" values on the requests are different or the same
(New to Matrix)
I was just following https://hub.docker.com/r/matrixdotorg/synapse to setup a local server without any configuration.
Then when I run the code below a lot of
/sync
requests are made. Is this normal behaviour?The text was updated successfully, but these errors were encountered: