react-native-signalr
react-native-signalr copied to clipboard
Use SignalR with React Native
is this lib dead?
In React Native, when I leave the screen, when server calls the method of that screen, it still fires on mobile app. Also if I go back to same screen...
Implementing SignalR in IOS React native app for Remote push notification. I have an issue when app move in the background then SignalR connection breaked. When App again in the...
Since the last update was over 3 years ago, I'm assuming this package has joined the growing majority of React Native packages that were started and promptly forgotten about.
Im get this error help me pls . SignalR error: You are using a version of the client that isn't compatible with the server. Client version 1.5, server version 1.2.
Hi, I am getting "**TypeError: Cannot set property userAgent of # which has only a getter**" on line 15 of index.js file. Below line is from the **\node_modules\react-native-signalr\src\index.js** file where...
Hi, possible to have the equivalent of js signalr client "@microsoft/signalr" autoreconnect feature ? const connection = new signalR.HubConnectionBuilder() .withUrl("/chatHub") **.withAutomaticReconnect()** .build(); I didn't find any disconnect catcher, so after...
Added stop method call for stopping the connection of hub ! Usage as under -> connection.stop()
**Error** ``` Failed - Error: Error during negotiation request. at Object.error (jquery.signalR.js:179) at onFailed (jquery.signalR.js:652) at Object.error (jquery.signalR.js:672) at EventTarget.request.onreadystatechange (ajax.js:23) at EventTarget.dispatchEvent (event-target-shim.js:818) at EventTarget.setReadyState (XMLHttpRequest.js:592) at EventTarget.__didCompleteResponse (XMLHttpRequest.js:395)...
I can fire connection with "start" method , but how I can manually stop one?