You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although we can use low level API such as ASYNC_TAG, completeAsyncResponse to do long polling without any problem. But we need more friendly high level API which should be consistent with future WebSocket/SSE(Server Sent Event) API provided by Nginx-Clojure.
The text was updated successfully, but these errors were encountered:
Learn from Go lang Hijack, the APIs of long polling & Server Sent Events (SSE) will have the consistent form. More details can be found from the comments of issue #41
Although we can use low level API such as
ASYNC_TAG
,completeAsyncResponse
to do long polling without any problem. But we need more friendly high level API which should be consistent with future WebSocket/SSE(Server Sent Event) API provided by Nginx-Clojure.The text was updated successfully, but these errors were encountered: