I have a button a user can push to subscribe to additional channels (using websocket client). How do I tell after the first subscription is started that the websocket client is already up and running connected/initialized and doesn't need to be initialized again?
There is no isInitialized() method, so is it just a matter of using a Try...Catch?
I'm going to experiment in the meantime, but what's the preferred method?
EDIT: Clarified some terms
There is no isInitialized() method, so is it just a matter of using a Try...Catch?
I'm going to experiment in the meantime, but what's the preferred method?
EDIT: Clarified some terms
Last edited: