mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:09:06 +08:00
be57a4230a
* [socket-io-client] update to 3.0.0 * update version * update patch file * update version
14 lines
602 B
Diff
14 lines
602 B
Diff
diff --git a/src/internal/sio_client_impl.cpp b/src/internal/sio_client_impl.cpp
|
|
index f78aea4..6780e26 100644
|
|
--- a/src/internal/sio_client_impl.cpp
|
|
+++ b/src/internal/sio_client_impl.cpp
|
|
@@ -286,7 +286,7 @@ namespace sio
|
|
if(ec || m_con.expired())
|
|
{
|
|
if (ec != asio::error::operation_aborted)
|
|
- LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl){};
|
|
+ LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl);
|
|
return;
|
|
}
|
|
packet p(packet::frame_ping);
|