Skip to content

Launching multiple instances of an OS.js app from another app with different args #866

@maryam4s26

Description

@maryam4s26

Hi @andersevenrud

When launching an OS.js application from another application using core.run('AppName', args), OS.js reuses the existing instance if the app is already running.

As a result:
• Any new arguments passed to the app are ignored.
• Multiple calls to launch the app do not create new independent instances.

Expected behavior:
• Each launch should be able to create a new process instance of the application with its own arguments.
• The called application’s code should remain unchanged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions