react-native-signalr icon indicating copy to clipboard operation
react-native-signalr copied to clipboard

Use SignalR with React Native

Results 32 react-native-signalr issues
Sort by recently updated
recently updated
newest added

Can i warning timer error. [](url)

I've done some testing where I shut down the signalr server API then restart it again. But the client hub doesn't seem to reconnect properly. In fact I actually get...

This dependency is using a deprecated dependency `ms-signalr-client`, which is causing a warning message for anyone that uses the dependency: ![](https://i.imgur.com/020KNSC.png) The problem can be found in `jquery.signalR.js` on line...

What latest version does it support? I am trying to connect in a native native (android) application with a server in Net Core 2.1 and it does not work. There...

I have created an app with Signal R 1.0.6. When I make an APK and test it locally, Singnal R is perfectly working. But once I put it to the...

Hi, Im using Azure as server. And my environment is as follows: Client 1: Web browser with Signalr JS installed Client 2: React-native app Server: Asp.net C# Server with Signalr...

It's working well when the signalr service deploy on the azure. Thanks. But I also want to debug the signalr serivce on local computer with IIS Express, using code: connection...

Hi, in the web application I use signalR for angular (https://www.npmjs.com/package/@aspnet/signalr) When i connected, I send token, example from web app. (accessTokenFactory) ```typescript this.notifyHubConnection = new signalR.HubConnectionBuilder() .withUrl(`${ this.apiUrl }hub/messages`,...

i am getting this an error while making a connection with signalR. anyome please help me

hello my code is proxy.on('changeNotificationslist', function (data) { this.setState({notifications: this.state.notifications.push(data)}) }); but it give error that setState is not a function is there any solution for state inside (event) thanks