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

get 'undefined' from server in invoke

Open AE0011 opened this issue 6 years ago • 0 comments

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) });

AE0011 avatar Aug 28 '18 13:08 AE0011