Skip to content

Commit 27c432d

Browse files
author
Patrick Kwong
committed
Revert "skip LOG in ping due to deadline_timer cancel"
This reverts commit 83fc420.
1 parent 83fc420 commit 27c432d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internal/sio_client_impl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ namespace sio
273273
{
274274
if(ec || m_con.expired())
275275
{
276-
if (ec != boost::asio::error::operation_aborted)
277-
LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl);
276+
LOG("ping exit,con is expired?"<<m_con.expired()<<",ec:"<<ec.message()<<endl);
278277
return;
279278
}
280279
packet p(packet::frame_ping);

0 commit comments

Comments
 (0)