Skip to content

Commit

Permalink
add tcp session test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeyes committed Oct 10, 2023
1 parent ce06945 commit a2b1037
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PSS_ASIO/TcpSession/TcpSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ void CTcpSession::open(uint32 packet_parse_id, uint32 recv_size)
message_list,
shared_from_this());
}
#endif

set_io_bridge_connect_id(connect_id_, 3);
regedit_bridge_session_id(connect_id_);
set_io_bridge_connect_id(connect_id_, 0);
#endif
do_read();
}

Expand Down

0 comments on commit a2b1037

Please sign in to comment.