-
Web platform is not supported.
A few weeks ago it worked, but now it doesn't work anymore.
It would be very useful if it would be supported
-
Hi,
I want to open a SignalR connection, but sometimes it gives me this error and my connection doesn't open.
Error Message:
I/flutter ( 2560): tableStatusChanged signalr: (WebSockets transp…
-
-
I code app read data from SignalR Asp.Net. But i have a error when recieved data from hub throw plugin signalr_flutter.
Status connect hub ok:
CONNECT HUB SUCCESS
flutter: ConnectionStatus.connecti…
-
Full Code
```dart
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:go_router/go_router.dart';
import 'package:legalis/…
-
I am having some problems getting the hub callback method to trigger in flutter.
I am able to connect to the signalr server and send a message to the server, but on the broadcastMessage it does not…
-
The latest release contains full implementation of Subscriptions, server and full support by GraphQLClient (Client in NGraphQL). Unit tests run successfully using this client.
The question comes abo…
-
I have .net backend. My flutter app connecting with it successfully even invoke method and send message to server. but hubCallBack not working following is my code snippet
void initiateSignalR() as…
-
This is my CommentHub in flutter:
```
// Import the library.
import 'package:signalr_client/signalr_client.dart';
import 'package:logging/logging.dart';
import 'package:xperience/models/global.…
-
Launching lib/main.dart on HMA AL00 in debug mode...
Running Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk...…