Skip to content

Improve application reloading in development mode #768

Open
@andersevenrud

Description

@andersevenrud

This was brought up in https://community.os-js.org/t/how-to-update-hot-reload-application/519/4.

The current implementation is not very reliable. Something in the chain fails (or does not happen), which currently is:

  1. Server watches the dist folder
  2. A change occurs and the watcher catches the file path
  3. This action is debounced
  4. A broadcast with the changed package name occurs
  5. The client retrieves the broadcast event and restarts the application by name

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions