websocket request is getting closed. we are facing NL-websocket request error. connection output closed.
so i need to send a websocket request (type 6 ) every 15 seconds to keep connection alive . is there any way to keep connection alive by sending request every 15 second
Hi, Yes, you could put this in a loop, if the request needs to be sent along side your navigation test, you could put the loop in a fork and have it running parallel to you test
Neil was made best respondent
christophe answered
Neil answered
shanmugavel posted a new question