react-native-signalr
react-native-signalr copied to clipboard
get 'undefined' from server in invoke
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 not be up and running?: ' + e) });