mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010
This commit is contained in:
@@ -186,6 +186,8 @@ void client::handle_connect(const boost::system::error_code& error) {
|
||||
err << "Successful Connection ";
|
||||
log(err.str(),LOG_ERROR);
|
||||
|
||||
std::cout << boost::posix_time::to_iso_extended_string(boost::posix_time::microsec_clock::local_time()) << " TCP established" << std::endl;
|
||||
|
||||
m_state = CLIENT_STATE_CONNECTED;
|
||||
m_client_session->on_connect();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user