Closed
Description
I'm using in React Native the same code that works perfectly fine from a web js client but get an error: Failed to start the transport 'WebSockets': null
. So it seems like SignalR doesn't find any transports (I did not specify any transport explicitly). I've looked through other issues and I've got an impression SignalR is supposed to be working from React Native at this point. Is it the case?