This reverts commit a3d2fa4b7e
.
This commit is contained in:
committed by
GitHub
parent
20921f341a
commit
4420bc70b5
@ -11,7 +11,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "IXCancellationRequest.h"
|
||||
#include "IXWebsocketExport.h"
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@ -55,7 +54,7 @@ namespace ix
|
||||
std::string _hostname;
|
||||
int _port;
|
||||
int64_t _wait;
|
||||
IXWEBSOCKET_EXPORT const static int64_t kDefaultWait;
|
||||
const static int64_t kDefaultWait;
|
||||
|
||||
struct addrinfo* _res;
|
||||
std::mutex _resMutex;
|
||||
|
Reference in New Issue
Block a user