@ -16,7 +16,7 @@ Context::Context(boost::asio::io_context &ioContext) : m_ioContext(ioContext), m
|
||||
using namespace Core;
|
||||
auto manager = Singleton<MessageManager>::instance();
|
||||
if (manager) {
|
||||
manager->subscribe<NotifyServerChan>(
|
||||
manager->subscribe<Older::NotifyServerChan>(
|
||||
[this](const boost::beast::http::request<boost::beast::http::string_body> &request) { notify(request); });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user