olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

connection failure issue #4

Closed sammosampson closed 8 years ago

sammosampson commented 8 years ago

When there is no internet connection and a connection.start() is attempted .fail() fires as expected, but the error is propogated out after exiting the fail() closure and we end up with the familiar RN red screen. Any ideas?

olofd commented 8 years ago

Will take a look tomorrow.

sammosampson commented 8 years ago

Any joy on this?

sammosampson commented 8 years ago

Just upgraded from 0.04 to 0.0.7 and all problems solved. Apologies I thought I'd already done this