SSDGADsss

Results 5 comments of SSDGADsss

JavaScript use UTF-16 charset , You can try "std::wstring_convert" this function, convert UTF-8 to UTF-16

I used GNU Glibc to check for memory leakage issues and analyzed it in conjunction with gdb. I found that the `std::string` object created memory of size 0x55c1a, but it...

@MichaelSB Here is mtrace log ``` @ /usr/lib64/libstdc++.so.6:(_Znwm+0x1c)[0x7f6cec83653c] + 0x3d95ec9f0 0x5eec1a (ptr->second)->send_binary(buf.str());

I use master code, the branch hash is `4f3f5deaaa01825c63c83431bfa96ccec195f741` And, Thank you very much

I have made some new discoveries in the process of solving this problem I use a thread to continuously call the 'send_binary()' function, and during the process of sending data...