react-native-signalr
react-native-signalr copied to clipboard
Added hub stop method for stopping the connection !
Added stop method call for stopping the connection of hub ! Usage as under
-> connection.stop()
When this pull request will be merged ? Is it possible to have a handler for disconnected event too ?
@Gniarke You can call stop method and do whatever you want after it, as it will be disconnected !