瀏覽代碼

poking at stuff

Stan Gurtler 3 年之前
父節點
當前提交
9d08f4787c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      prsona/src/networking.cpp

+ 1 - 0
prsona/src/networking.cpp

@@ -503,6 +503,7 @@ bool RemoteControlHandler::handleGet(
     else
         mg_printf(conn, "%s\n", message.c_str());
 
+    std::cout << "Hi hi!!!"
     sync->val++;
     sync->cv.notify_all();