Hi @gilmaimon and all other helpers
I have successfully created the websocket connection using below snippet:-
client.connect(websockets_connection_string);
But how do disconnect this connection manually, if i want to do in some scenario?
Is there any way to diconnect the connection?
Hi everyone,
Sorry I forgot to read the source code properly, i found there is a close method also in order to disconnect the connection. And it works perfectly.
Hi @gilmaimon and all other helpers I have successfully created the websocket connection using below snippet:- client.connect(websockets_connection_string);
But how do disconnect this connection manually, if i want to do in some scenario? Is there any way to diconnect the connection?
Thanks in advance :)