olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

Added hub stop method for stopping the connection ! #60

Open Muzzamil75 opened 4 years ago

Muzzamil75 commented 4 years ago

Added stop method call for stopping the connection of hub ! Usage as under

-> connection.stop()

Gniarke commented 4 years ago

When this pull request will be merged ? Is it possible to have a handler for disconnected event too ?

Muzzamil75 commented 4 years ago

@Gniarke You can call stop method and do whatever you want after it, as it will be disconnected !