yes I am thinking to put “App.Refresh(60000);” in the plugin script.
but don’t know what exact line to put under onPoll.
sorry about ignorant question.
yes I am thinking to put “App.Refresh(60000);” in the plugin script.
but don’t know what exact line to put under onPoll.
sorry about ignorant question.
You can’t do that. I was recommending you rewrite the plugin to send those raw TCP status requests in onPoll
. It could be just as simple as copying those socket.send()
calls in onConnect
.
Thank you Bill,
I just understood what you said and got it work now.
Thank you.