diff --git a/examples/Client.cpp b/examples/Client.cpp index 9f2d338..2093ac5 100644 --- a/examples/Client.cpp +++ b/examples/Client.cpp @@ -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 @@ -17,4 +19,4 @@ int main() { app.connect("ws://localhost:3000", "protocol"); app.run(); -} \ No newline at end of file +}