添加线程相关api

This commit is contained in:
xiongziliang
2019-12-27 10:46:40 +08:00
parent 5b43b2c004
commit e8951c129f
5 changed files with 242 additions and 29 deletions

View File

@@ -89,6 +89,7 @@ public:
HttpWsClient(ClientTypeImp<ClientType,DataType> &delegate) : _delegate(delegate){
_Sec_WebSocket_Key = encodeBase64(SHA1::encode_bin(makeRandStr(16, false)));
setPoller(delegate.getPoller());
}
~HttpWsClient(){}