Actually I'm developing a custom tab that needs to be updated via web sockets.
The problem is that when user change tab or app ( for example quit the custom tab app to use chat feature in teams ) the application get "killed" and it does not intercepte the data emit from server using web socket then update the view.
My use case is to update the view when server push data even when the tab is not focused.
Is there a way to do that ?