signalr_client
signalr_client copied to clipboard
A Flutter SignalR Client for ASP.NET Core
Hi there, After upgrading the http package to http 1.1.0, the latest version of your plugin doesn't work, and it's not compatible with it. Can you please fix the issue...
I noticed issues in the sample code as I used these sample codes.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ClientException: Connection closed while receiving data, uri=##URL #0 IOClient.send. (package:http/src/io_client.dart:107:13) #1 Stream.handleError. (dart:async/stream.dart:923:16) #2 _HandleErrorStream._handleError (dart:async/stream_pipe.dart:269:17) #3 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:157:13) #4 _HttpClientResponse.listen. (dart:_http/http_impl.dart:719:16) #5 _RootZone.runBinaryGuarded (dart:async/zone.dart:1606:10) #6 _BufferingStreamSubscription._sendError.sendError...
 I am using sinalR to receive image from BE. It worked normal on desktop, tablet web but in mobile it's have white screen error
When calling the connection.invoke, adding a onProgressCallBack would be nice. Common usages: indicating image upload progress in chat apps I could help implement this feature.
There is a version conflict between the `signalr_netcore` and `http` packages, which prevents successful dependency resolution. Consequently, attempting to install or update packages results in a version-solving failure with the...
I tried the package on an iOS emulator and it worked flawlessly. However, when I tried it on the web and MacOS, it couldn't connect to the server.
When I set the transport to 'LongPolling' I receive the following error: Failed to start the transport 'HttpTransportType.LongPolling': Expected a value of type 'String', but got one of type 'Null'
First, thank you very much for this package. I have an issue when I restart my backend and the package's reconnection process occurs. My client logs shows : - pings...
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... Debug service listening on ws://127.0.0.1:56868/ZJDHRABsZoM=/ws Syncing files to device HMA AL00... I/flutter (14829):...