React Api Reference
    Preparing search index...

    Enumeration RealtimeOverflow

    Index
    DROP: "drop"

    Drop remaining realtime messages when your internet is slow or your device (CPU) can't keep up with the incoming rate.

    QUEUE: "queue"

    Queue remaining realtime messages when your internet is slow or your device (CPU) can't keep up, so you receive them once you catch up. This is the default behavior.