Skip to content

Multiple parallel runs possible (with interference in graphics, and potential for crashes) #29

@jackraymond

Description

@jackraymond

It is possible to run multiple blockchains simultaneously within a single window - blockchain execution does not terminate when the associated browser window is closed.

Simplest example:

  1. Run a blockchain
  2. Close the browser window (which would be expected to terminate the operation).
  3. Reopen a new browser window
  4. Run another blockchain
    The blockchain initiated in 1. continues to run and update the within the new window 3, alongside the independent run 4.

Similar issues exists with multiple windows open in parallel.

Suggested fix:
Terminate the blockchain execution when windows are closed, or prevent more than one blockchain being executed (by e.g. locking the start button). Perhaps raise errors or reboot when unexpected background processes are found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions