Revert "Export static symbols when building ws with shared library (#370)" (#383)

This reverts commit a3d2fa4b7e.
This commit is contained in:
Benjamin Sergeant
2022-04-12 08:55:43 -07:00
committed by GitHub
parent 20921f341a
commit 4420bc70b5
8 changed files with 34 additions and 79 deletions

View File

@ -9,7 +9,6 @@
#include "IXHttp.h"
#include "IXSocketServer.h"
#include "IXWebSocket.h"
#include "IXWebsocketExport.h"
#include <functional>
#include <memory>
#include <mutex>
@ -47,7 +46,7 @@ namespace ix
OnConnectionCallback _onConnectionCallback;
std::atomic<int> _connectedClientsCount;
IXWEBSOCKET_EXPORT const static int kDefaultTimeoutSecs;
const static int kDefaultTimeoutSecs;
int _timeoutSecs;
// Methods