server policy delegates calls to run to endpoint

This commit is contained in:
Peter Thorson
2012-01-13 08:16:50 -06:00
parent 5704270138
commit 3523052529

View File

@@ -220,7 +220,7 @@ void server<endpoint>::listen(uint16_t port) {
m_ws_endpoint.alog().at(log::alevel::DEVEL) << "role::server listening on port " << port << log::endl;
m_io_service.run();
m_ws_endpoint.run();
}
template <class endpoint>