TTMSFNCWebSocketServer.AutoSyncEvents Property
Determines whether received-message and connection events are automatically dispatched on the main thread. When
Truehandlers run synchronized with the main thread; whenFalsethey run on the connection's worker thread and the handler is responsible for thread safety.
API unit family: TMSFNCWebSocketServer
Declaring type: TTMSFNCWebSocketServer
Inherited from: TTMSFNCCustomWebSocketServer
Type: Boolean
Syntax
property AutoSyncEvents: Boolean;