| 19 | } |
| 20 | |
| 21 | void ServiceMsgServer::Init(const std::shared_ptr<GrService>& service) { |
| 22 | service_ = service; |
| 23 | } |
| 24 | |
| 25 | void ServiceMsgServer::Start() { |
| 26 | server_ = std::make_shared<asio2::ws_server>(); |
nothing calls this directly
no outgoing calls
no test coverage detected