added remote addess
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m14s

This commit is contained in:
whysman 2024-11-09 17:05:05 -05:00
parent 2153a18760
commit e7705bbb0d

View File

@ -263,8 +263,7 @@ class ChatPage extends StatefulWidget {
class ChatPageState extends State<ChatPage> {
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