signalr_flutter
signalr_flutter copied to clipboard
A flutter plugin for .net SignalR client.
Running "flutter pub get" in puantajplus... Launching lib/main.dart on iPhone 11 Pro Max in debug mode... Running pod install... Running Xcode build... Xcode build done. 24,9s Failed to build iOS...
Hi. Thanks for adding `isConnected()` feature, but its not working as expected Before calling `connect()` I check `isConnected()` to avoid multi calls but `isConnected()` always returns true even if signal...
Hi I found a issue in package (so far on **ios**, not tested on android) At first after initializing `signalr` every thing is fine. But by pressing home button and...
Client is unable to provide functions to Signalr server and thus server cannot call client functions.
when we are connecting to multiple hubs it is only remembering the recent object initialised . Instead of invoking method of first hub it is checking for the same method...
Would love to be able to use this plugin in a web app
Changed from single params to List, Now you'll be able to accept multiple string parameters sent from hub