From 39fea1e8f9461fb2342ebdb53cd382c25f731663 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 7 Feb 2026 22:13:23 -0600 Subject: [PATCH] connection command --- testScripts/scripts.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testScripts/scripts.txt b/testScripts/scripts.txt index abdd733..e638dfe 100644 --- a/testScripts/scripts.txt +++ b/testScripts/scripts.txt @@ -1 +1,5 @@ -wscat -c ws://localhost:8082/ws \ No newline at end of file +wscat -c ws://localhost:8082/ws + + +# this is how we will connect to room, do different types of things +{"type":"subscribe", "matchId": 1} \ No newline at end of file