(no title)
nitely | 9 months ago
The response is generated asynchronously, instead of within the HTTP request/response cycle, and sent over SSE later. But emulating WS with HTTP requests+SSE seems very iffy, indeed.
nitely | 9 months ago
The response is generated asynchronously, instead of within the HTTP request/response cycle, and sent over SSE later. But emulating WS with HTTP requests+SSE seems very iffy, indeed.
mrcsharp|9 months ago
nitely|9 months ago
By async I meant a process that may take longer than you are willing to do within the request/response cycle, not necessarily async IO.