dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

about vector variable need be clear() and swap() #101

Open bigoceanan opened 1 year ago

bigoceanan commented 1 year ago

hi, In easywsclient.cpp I say several header with std::vector(line:394 and line:450), they need be done clear() or swap() at last? My c++ env is c++11.