Update IXWebSocket.h
Remove dead code
This commit is contained in:
parent
4813a40f2a
commit
d31ecfc64e
@ -90,7 +90,5 @@ namespace ix
|
|||||||
std::atomic<bool> _automaticReconnection;
|
std::atomic<bool> _automaticReconnection;
|
||||||
std::thread _thread;
|
std::thread _thread;
|
||||||
std::mutex _writeMutex;
|
std::mutex _writeMutex;
|
||||||
|
|
||||||
static int kHeartBeatPeriod;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user