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?
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?
It will emit connectionstatechange
with closed
state.
Hi Ibc,
Thanks for the quick response… I will definitely try this out now…