eventsPerSecond property

  1. @Deprecated('Client side rate limit has been removed. This option will be ignored.')
int? eventsPerSecond
final

How many events the RealtimeClient can push in a second

Defaults to 10 events per second

Implementation

@Deprecated(
    'Client side rate limit has been removed. This option will be ignored.')
final int? eventsPerSecond;