Hi Giuseppe, yes its plausible that the client app gets stuck in some way delaying the handling of those events.
What can happen if in my client if onUnsubscrAll events are not called yet and I connect to another source, then the callbacks are received later:
1-Will I receive values from the old source?
2-Will the new source still be connected properly?
3-If after I received all those callbacks, will we get all the new values from the new source normally?
Thanks