Purpose
Things to do when waiting for incoming requests.
Syntax
virtual void OnIdle();
Description
Implement this function if you want to do something when the server is idle or during listening for response. It is automatically called by the Run member function. The default implementation does nothing.
Related Information
Run