Call this to perform the reconnection attempt.
Suggested delay in milliseconds (from backoff calculation).
Zero-indexed retry attempt number.
An optional cancel function. If returned, it will be called on
transport.close() to abort the
pending reconnection.
Custom scheduler for SSE stream reconnection attempts.
Called instead of
setTimeoutwhen the transport needs to schedule a reconnection. Useful in environments wheresetTimeoutis unsuitable (serverless functions that terminate before the timer fires, mobile apps that need platform background scheduling, desktop apps handling sleep/wake).