olofd / react-native-signalr

Use SignalR with React Native
150 stars 61 forks source link

how manually stop connection? #26

Open Mactub07 opened 7 years ago

Mactub07 commented 7 years ago

I can fire connection with "start" method , but how I can manually stop one?

thomasvm commented 7 years ago

connection.stop() works for me

rakeshbijoriyagate6 commented 7 years ago

connection.stop() not working...

flashimxd commented 6 years ago

connection.stop() not working as well....

hdillon commented 5 years ago

connection.stop() not working.. there is any way?

hdillon commented 5 years ago

I had to fork the project and add the stop function.

Muzzamil75 commented 4 years ago

Connection.stop() now working . I had to fork the project and added the stop method. Working smoothly and fine now ! Give star if got helped :)