Skip to content

TestRunner.bs: event might be invalid when debugging tests #329

Description

@markwpearce

https://github.com/rokucommunity/rooibos/blob/295c0d2c62f4f02be2b9cd5ae96a16b75dbae5a0/framework/src/source/rooibos/TestRunner.bs#L243C5-L244C32

Sometimes when the debugger is active, wait(0, port) might return invalid. Perhaps this could be changed to a loop:

event = invalid
while event = invalid
  event = wait(0, port)
end while

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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