Closed IftikharK closed 8 months ago
I am not sure if it's related to Avalonia. Could be something related to websockets implementation on android. Hard to tell from this description.
thanks for response. If it's related to websockets implementation then it should also not work with desktop and browser.
This is not related to Avalonia. Please have a look at the debug output.
making this a discussion for now as we think it's not related to Avalonia. If it points out it is, we can still convert it into a bug report again.
I have cross-platform application and have tried to communicate with the SignalR server in Avalonia desktop, browser and android program. It works fine with desktop and browser program but with android, it throw an exception "The 'InvokeCoreAsync' method cannot be called if the connection is not active". Don't understand why same lines of code working with desktop and browser but not in android. Any help would be greatly appreciated.