what kind of problem do you have with websockets?
i v wss to send the message and i cant connect it
You have an error in your code
void _connect() { try { _channel = IOWebSocketChannel.connect( "wss://84.54.12.206/chat/7/?token=", ); debugPrint("connected"); } on SocketException catch (e) { debugPrint(e.toString()); } }
Обсуждают сегодня