mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
docs clarify create context comment threading not supported
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
47e0c91e2f
commit
5b08f12fe8
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ lws_get_library_version(void)
|
|||
* After initialization, it returns a struct libwebsocket_context * that
|
||||
* represents this server. After calling, user code needs to take care
|
||||
* of calling libwebsocket_service() with the context pointer to get the
|
||||
* server's sockets serviced. This can be done in the same process context
|
||||
* or a forked process, or another thread,
|
||||
* server's sockets serviced. This must be done in the same process
|
||||
* context as the initialization call.
|
||||
*
|
||||
* The protocol callback functions are called for a handful of events
|
||||
* including http requests coming in, websocket connections becoming
|
||||
|
|
Loading…
Add table
Reference in a new issue