Skip to content
Snippets Groups Projects
Commit 2b9afa77 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

more critique

parent 70aa4b92
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,8 @@ returns, an ``end`` token is included in the response. This token can be used in ...@@ -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. request to continue where the client left off.
.. TODO .. 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? requests? Why not websockets?
When the client first logs in, they will need to initially synchronise with their home When the client first logs in, they will need to initially synchronise with their home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment