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

http: enhance web-socket handling in THttpServer

Now one can directly register WS handlers to THttpServer
If allowed, handlers can be precessed directly in the civetweb threads
without involving of THttpServer thread at all. 
This allows to run many connections for many different web widgets
absolutely independent from each other - there are no one bottleneck in
http thread (or any other main thread)
parent e9df8d14
No related branches found
No related tags found
Loading
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