Skip to content

Add heartbeat messages #1259

Open
@Archmonger

Description

@Archmonger

Current Situation

ReactPy currently uses websockets as the primary messaging method for rendering.

This can be problematic because cloud providers (such as Azure or GCP) do not keep web workers running persistently. They are run on demand and will "randomly" restart after a certain idle timeout period, which leads to a bad experience.

Proposed Actions

Add heartbeat messages to ReactPy, which will prevent cloud workers from timing out (ref)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority-2-moderateShould be resolved on a reasonable timeline.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions