Skip to content
Snippets Groups Projects
Commit 61abc3f8 authored by Sergey Linev's avatar Sergey Linev Committed by Philippe Canal
Browse files

http: check longpoll websocket handling logic

Before one could submit as many operation as one wants to the websocket.
In case of longpoll socket this lead to extra queue, which was not
controlled by the user. 

Now each send operation is confirmed by callback. Only after such
callback next send operation via websocket is allowed. Queue is
organized externally (like in TWebWindow). 

For the longpoll engine this simplify internal logic and avoids queueing
parent 5b4d2eab
No related branches found
No related tags found
No related merge requests found
Loading
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