Update Client.cpp
This commit is contained in:
+3
-1
@@ -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 "ClientApp.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
@@ -17,4 +19,4 @@ int main() {
|
|||||||
app.connect("ws://localhost:3000", "protocol");
|
app.connect("ws://localhost:3000", "protocol");
|
||||||
|
|
||||||
app.run();
|
app.run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user