Hello, maybe it will be better not to wrap unsubscribe method in try catch block?
For example subscribe method is not wrapped and in my application i can detect when promise rejected and do some stuff (show try again later for user for example). But when i call unsubscribe promise is fulfilled but i see in console Error occurred during the unsubscribe.
Hello, maybe it will be better not to wrap unsubscribe method in try catch block? For example subscribe method is not wrapped and in my application i can detect when promise rejected and do some stuff (show try again later for user for example). But when i call unsubscribe promise is fulfilled but i see in console
Error occurred during the unsubscribe
.