|
@@ -49,6 +49,9 @@ IZ_ProcedureResult IZ_WSClientConnect(IZ_WSClient* client, IZ_WSClientConnectPar |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
IZ_ProcedureResult IZ_WSClientInitialize(IZ_WSClient* client, void* app) { |
|
|
IZ_ProcedureResult IZ_WSClientInitialize(IZ_WSClient* client, void* app) { |
|
|
|
|
|
// TODO delegate logs to SDL |
|
|
|
|
|
lws_set_log_level(0, NULL); |
|
|
|
|
|
|
|
|
static struct lws_protocols protocols[] = { |
|
|
static struct lws_protocols protocols[] = { |
|
|
{ |
|
|
{ |
|
|
.name = "lws-minimal-client", |
|
|
.name = "lws-minimal-client", |
|
|