VisitFace/RtspNativeCodec/app/src/main/cpp/RemoteFunc.h
@@ -57,7 +57,8 @@ static void *rServer_thd(void *arg) { try { try { RemoteServer &rs = *(RemoteServer *) arg; capnp::EzRpcServer trpcServer(kj::heap<T>(), rs.host, rs.port); auto &serverLoop = trpcServer.getWaitScope(); @@ -66,7 +67,6 @@ catch (kj::Exception e){ LOG_ERROR<<e.getLine()<<LOG_ENDL; } }