|
@@ -38,7 +38,8 @@ Session::Session(boost::asio::ip::tcp::socket socket,
|
|
|
|
|
|
director.to_server = boost::bind(&Session::to_server, this, _1);
|
|
|
director.to_client = boost::bind(&Session::to_client, this, _1);
|
|
|
-
|
|
|
+ director.post = boost::bind(&Session::post, this, _1);
|
|
|
+
|
|
|
|
|
|
|
|
|
|