unpause
Description:
[ Version ( since = "3.2" ) ]
public void unpause ()
public void unpause ()
Resumes I/O on this.
Use this to resume after calling [method@ServerMessage.pause], or after adding a new chunk to a chunked response. I/O won't actually resume until you return to the main loop.
Parameters:
this |
a SoupServerMessage |