added remote addess
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m14s
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:
parent
2153a18760
commit
e7705bbb0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user