summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index 3f131512..88adc97c 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -27,10 +27,11 @@ int main (int argc, char** argv){ - auto handler = std::make_shared<rtcPeerHandler>(); + auto commsHandler = std::make_shared<rtcPeerHandler>(); auto rpcHandler = std::unique_ptr<rpcStub>(); std::cout << "Server created" <<std::endl; + //rpcHandler->server->Wait(); //blocking, this will need to be threaded return 0; } \ No newline at end of file