Table of Contents

TTMSMCPSseTransport.ProcessMessages Method

Does nothing on this channel.

API unit family: TMS.MCP.Transport.SSE Declaring type: TTMSMCPSseTransport

Syntax

procedure ProcessMessages; override;

Remarks

The underlying server raises its own callbacks as requests arrive and a worker thread writes queued events, so there is no pending work for a caller to pump. Start the channel and let the application's own message loop continue, or use TTMSMCPSseTransport.Run.