Client SendTransport closure

Hi Team,

Does closing the client side sendTransport using the api sendTransport.close(), invoke the connectionstatechange hook on this closed transport? If so, what would be the state in this case. Would it be failed or disconnected?

Why don’t you try? :slight_smile:

It will emit connectionstatechange with closed state.

2 Likes

Hi Ibc,

Thanks for the quick response… I will definitely try this out now…