Closed ahmeteminkara closed 2 years ago
hi ahmeteminkara Did you solve your problem? I am experiencing the excact issue.
Hi beebobox, My problem probably persists. I'm using .NET Core SignalR, not .NET SignalR anymore, on the server. I'm using the plugin "signalr_core" v1.1.1 and no longer have the problem.
I am using
signalr_flutter (v0.1.2)
plugin in my flutter application. When the application is opened, I can receive notifications and messages and have no problems. But when I add thefirebase_messaging
plugin and set my project to receive background notification, signalR is not connecting. isConnected response incorrect, hubCallback and statusChangeCallback not responding It works on iOS, but this problem only happens on Android. Can you please help?