You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _resolveUrl method can't work with url that starts with wss in react native. But in browser it works fine. I think, the behaviour in browser and in react native should be the same to reuse one code base, for instance.
Is there an existing issue for this?
Describe the bug
I'm trying to connect to signalr service from my react-native app using the
@microsoft/signalr
npm package v8.0.7I've got the error from the
_resolveUrl
method of theHttpConnection
class:In the call stack I've found this line:
So, it looks like React Native is not supported at all?
Expected Behavior
@microsoft/signalr
connects to a service url from react-native app or it throws the explicit error that provides more information.Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: