unpause_message


Description:

[ Version ( deprecated = true , deprecated_since = "3.2" ) ]
public void unpause_message (ServerMessage msg)

Warning: unpause_message is deprecated since 3.2.

Resumes I/O on msg.

Note:

Use unpause instead.

Use this to resume after calling [method@Server.pause_message], or after adding a new chunk to a chunked response.

I/O won't actually resume until you return to the main loop.

This must only be called on a [class@ServerMessage] which was created by the Server and are currently doing I/O, such as those passed into a [callback@ServerCallback] or emitted in a [signal@Server:SoupServer:request-read ] signal.

Parameters:

this

a Server

msg

a ServerMessage associated with this.