-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't enable sliding sync with Conduit #26504
Comments
@lnicola Thank you for opening an issue. Unfortunately there is not enough information there for me to be able to reproduce it. Can you send logs? Does it work with the Element X mobile clients? |
Yes, it works with Element X and I can send the logs, but I think a screen recording would be more clear. Anyway, I'll try to patch Conduit to work around the timeout first. |
It is expecting the server.json file from the proxy, right now it only supports the proxy https://github.com/matrix-org/sliding-sync/blob/a8fb52626110b8084e0cc6026a894ce3093eaefb/v3.go#L178 |
I managed to enable it, it's currently making a lot of requests (reloading the history?). The |
Update: it's making a bajillion requests to I suspect it's indeed not working very well. |
If the pos is increasing then the server is sending it incremental data, the way both sync APIs work is long-polling, the server shouldn't respond if it has nothing to send until the timeout is reached. The issue you are hitting is therefore on the server side. |
The other issue is most likely due to matrix-org/sliding-sync@e3b110e which I reported https://gitlab.com/famedly/conduit/-/issues/404 |
Steps to reproduce
Outcome
What did you expect?
It works.
What happened instead?
/client/server.json
, which Conduit doesn't know aboutOperating system
Linux
Browser information
Firefox
URL for webapp
1.11.47
Application version
No response
Homeserver
Conduit 0.7.0-alpha
Will you send logs?
No
The text was updated successfully, but these errors were encountered: