Update Client.cpp

This commit is contained in:
uNetworkingAB
2023-04-07 17:21:11 +02:00
committed by GitHub
parent 8410f7ee6b
commit cc22680117
+3 -1
View File
@@ -1,3 +1,5 @@
// This example is broken and doesn't do anything. It is a potential interface for a future potential client.
#include "ClientApp.h"
#include <iostream>
@@ -17,4 +19,4 @@ int main() {
app.connect("ws://localhost:3000", "protocol");
app.run();
}
}