Ayon Das
Ayon Das
Currently it is not possible to open two signalr connections concurrently. This is something absolutely doable but needs some development.
It's not currently in my plans but certainly something that is doable. You just need to add the platform to the plugin (Read the flutter docs) and implement the platform...
Sorry, I haven't got time to implement it. May do it in the future.
Have you tried the pre-release version?
This issue has been addressed in latest pre-release version. Will reopen this issue if problem persists.
Ok, I misunderstood your issue previously, Sorry for that. Currently you can connect to only one Hub. Multiple Hubs not supported yet. I'll try to solve this issue in the...
Well I tried the example app on both Android & iOS. `isConnected` seems to be working fine for me.
I will take a look into it. But I can suggest you one thing. As SignalR won't stay connected in the background state, you should disconnect when leaving app and...
Its in my future plans but no ETAs as of now.