@@ -9,6 +9,8 @@ local client = WebSocketClient.new({
uri = "http://localhost:3000",
})
+-- .... code here
+
copas.loop()
```