jason416

Results 3 issues of jason416

Here is the code i changed: ```C++ ... 975 if (responseHeader.Chunk == CHT_SINGLE) 976 { 977 parseMessage(dataSize, id); 978 firstMsgParsed = false; 979 980 std::unique_lock lock(Mutex); 981 CallbackMap::const_iterator callbackIt =...

Thanks for @codersmurf, issue 299. This patch was done by codersmurf. Fix many timed out exception even though client got response from server. After all there is only a send,...

If already call disconnect(), then destruct again. This will cause an exception like this: > terminate called after throwing an instance of 'Common::Error' > what(): unable to send data to...