hasConsumersSync method

bool hasConsumersSync()

Synchronously checks if consumers are currently connected to the outlet. Direct mode only - throws LSLException if useIsolates: true. Returns: true if consumers are connected, false otherwise.

Implementation

bool hasConsumersSync() =>
    requireDirect(() => lsl_have_consumers(_outletBang) != 0);