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

` proxy.invoke(...) .done((directResponse) => { console.log('direct-response-from-server', directResponse); // directResponse is always 'undefined'!! but server will do that func correctly }).fail((e) => { console.warn('Something went wrong when calling server, it might...

hi, @olofd how to run received push from server when app close ? i try run code on app state "background" signal r not received

Using the following code: ``` this.connection .start({ transport: 'webSockets', data: { name: 'corehub' }, }) .done(() => { this.isConnected = true; console.log('is connected'); }) .fail((err) => { this.isConnected = false;...

java.net.SockectException: Software caused connection abort executeJS call websocketJavascriptExecutor.java: 188 It displays red screen error when I turn off wifi after it is connected in debug remote mode, do you guys...

It lacks of method $.param when I am using qs , and also I saw you guys added a commit in file signalr-jquery-polyfill.js, could you please release it first, thanks...

after app run in background for a few minutes ,this bug will show

Hi! I found a very subtle bug in jquery-function that impacts the functioning of this library with signalr client. It's about this line of code: `const events = subject.events ||...

step to reproduce - open app - open another app (our app is inactive) - wait for 1-3 min - app crashed with exeption : Cannot read property 'supportsKeepAlive' of...