mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-11 13:53:37 +00:00
1. Fixed bug where NetworkTimeout Error, caused duplicate connection
2. Fixed dispatcher on Windows to put username in quotes 3. Added additional logging 4. Added TLS/ALPN support
This commit is contained in:
@@ -306,6 +306,8 @@ void ILibWebClient_WebSocket_SetPingPongHandler(ILibWebClient_StateObject state,
|
||||
typedef void(*ILibWebClient_TimeoutHandler)(ILibWebClient_StateObject state, void *user);
|
||||
void ILibWebClient_SetTimeout(ILibWebClient_StateObject state, int timeoutSeconds, ILibWebClient_TimeoutHandler handler, void *user);
|
||||
|
||||
int ILibWebClient_GetDescriptorValue_FromStateObject(ILibWebClient_StateObject state);
|
||||
|
||||
// OpenSSL supporting code
|
||||
#ifndef MICROSTACK_NOTLS
|
||||
X509* ILibWebClient_SslGetCert(void* socketModule);
|
||||
|
||||
Reference in New Issue
Block a user