olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

"Error during negotiation request. " error will shown up if the server is down. #3

Closed lesliesam closed 8 years ago

lesliesam commented 8 years ago

Should that exception be caught by the connection.error() function instead of thrown to user?

olofd commented 8 years ago

Yes. Will fix this weekend.

olofd commented 8 years ago

@lesliesam I have moved away from es6-promises now, and use https://github.com/zzdhidden/node-jquery-deferred this instead for better compatibility with signalr. Pleas check out v0.0.7 and see if it works for you!