(ws) ws connect gains a new option to set the interval at which to send pings
This commit is contained in:
3
ws/ws.h
3
ws/ws.h
@ -50,7 +50,8 @@ namespace ix
|
||||
bool binaryMode,
|
||||
uint32_t maxWaitBetweenReconnectionRetries,
|
||||
const ix::SocketTLSOptions& tlsOptions,
|
||||
const std::string& subprotocol);
|
||||
const std::string& subprotocol,
|
||||
int pingIntervalSecs);
|
||||
|
||||
int ws_receive_main(const std::string& url,
|
||||
bool enablePerMessageDeflate,
|
||||
|
Reference in New Issue
Block a user