From cc22680117c6ca7380bc586b485042fa40cf2565 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Fri, 7 Apr 2023 17:21:11 +0200 Subject: [PATCH] Update Client.cpp --- examples/Client.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}