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

Added hub stop method for stopping the connection !

Open Muzzamil75 opened this issue 4 years ago • 2 comments

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

-> connection.stop()

Muzzamil75 avatar Sep 03 '20 08:09 Muzzamil75

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

Gniarke avatar Sep 10 '20 07:09 Gniarke

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

Muzzamil75 avatar Oct 08 '20 11:10 Muzzamil75