on timeout call function (wodHttpDLX)

by Klinzter @, (5489 days ago)

hello there,
how can I call a function on timeout.. I am using the wodhttpd.dll file with vb.net

locked

Re: on timeout call function

by wodDamir @, (5488 days ago) @ Klinzter

Hi,

Did you try using UserDisconnected event?

When Timeout occurs, connection to server is bacially closed, so UserDisconnected event will trigger,

Regards,
Damba

locked