|
@@ -38,7 +38,8 @@ Session::Session(boost::asio::ip::tcp::socket socket,
|
|
|
// Initialize the director
|
|
|
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);
|
|
|
+
|
|
|
// replace emit_ with below: if (director.server_line)
|
|
|
// director.server_line(s);
|
|
|
/*
|