How to reuse websocket connection to access myscript api
R
Rajendra P Vennam
started a topic
over 6 years ago
Hello,
We would like to know how to call myscript web api with only one websocket per a webpage ( where mutiple textboxes's input will be fed by hand written text),
instead of opening a new websocket per every input feild of the form in a webpage. As websocket is a costly ( sometimes it takes 5-10 seconds to open a ws connection ) , we are planning to reuse same connection through out the form.
Rajendra P Vennam
Hello,
We would like to know how to call myscript web api with only one websocket per a webpage ( where mutiple textboxes's input will be fed by hand written text),
instead of opening a new websocket per every input feild of the form in a webpage. As websocket is a costly ( sometimes it takes 5-10 seconds to open a ws connection ) , we are planning to reuse same connection through out the form.
Please guide us.
Thanks.