Skip to content

Add support for parallel streaming of responses #2

@denk0403

Description

@denk0403

Goal

Support executing the following machine:

start: a
accept: accept
reject: reject

transitions:
- [a, _, b, 1, R]
- [b, _, c, 1, R]
- [c, _, d, 1, R]
- [d, _, a, 1, L]
- [e, _, accept, 1, R]
- [a, 1, c, 1, L]
- [b, 1, b, 1, R]
- [c, 1, e, _, L]
- [d, 1, d, 1, L]
- [e, 1, a, _, L]

Current behavior:

Error: This test took too long or encountered an infinite loop.
Skipping this test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions