From e7705bbb0dc41037955faebe704f1ba208d3eeaf Mon Sep 17 00:00:00 2001 From: whysman Date: Sat, 9 Nov 2024 17:05:05 -0500 Subject: [PATCH] added remote addess --- lib/main.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 47e8458..5d4a21a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -263,8 +263,7 @@ class ChatPage extends StatefulWidget { class ChatPageState extends State { final WebSocketChannel channel = WebSocketChannel.connect( - Uri.parse( - 'ws://localhost:8080/ws'), // Ensure this matches your server's address + Uri.parse('wss://api.pogdark.com:8889/ws'), ); // Convert the stream to a broadcast stream