graphql-io icon indicating copy to clipboard operation
graphql-io copied to clipboard

Just send update responses instead of repeating the query

Open rse opened this issue 8 years ago • 0 comments

Currently, on each GRAPHQL-NOTIFY from server to client, the client performs a fresh GRAPHQL-REQUEST to get an update via GRAPHQL-RESPONSE message. But it could be optimized: the server directly sends just the GRAPHQL-RESPONSE message and this way we avoid the extra roundtrip.

rse avatar Oct 08 '17 10:10 rse