mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
more critique
This commit is contained in:
parent
70aa4b9231
commit
2b9afa775e
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ returns, an ``end`` token is included in the response. This token can be used in
|
|||
request to continue where the client left off.
|
||||
|
||||
.. TODO
|
||||
Do we ever return multiple events in a single request? Do we ever support streaming
|
||||
Do we ever return multiple events in a single request? Don't we get lots of request
|
||||
setup RTT latency if we only do one event per request? Do we ever support streaming
|
||||
requests? Why not websockets?
|
||||
|
||||
When the client first logs in, they will need to initially synchronise with their home
|
||||
|
|
Loading…
Reference in a new issue