Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create participant / create actor not working #48

Closed
kobe651jp opened this issue Mar 20, 2024 · 1 comment
Closed

create participant / create actor not working #48

kobe651jp opened this issue Mar 20, 2024 · 1 comment

Comments

@kobe651jp
Copy link

The following code not working.


sequenceDiagram
Alice->>Bob: Hello Bob, how are you ?
Bob->>Alice: Fine, thank you. And you?
create participant Carl
Alice->>Carl: Hi Carl!
create actor D as Donald
Carl->>D: Hi!
destroy Carl
Alice->>Carl: We are too many
destroy Bob
Bob->>Alice: I agree


sequenceDiagram
    Alice->>Bob: Hello Bob, how are you ?
    Bob->>Alice: Fine, thank you. And you?
    create participant Carl
    Alice->>Carl: Hi Carl!
    create actor D as Donald
    Carl->>D: Hi!
    destroy Carl
    Alice->>Carl: We are too many
    destroy Bob
    Bob->>Alice: I agree

Loading

Is this a known thing?

@ad1992
Copy link
Member

ad1992 commented Apr 8, 2024

This was fixed in #46

@ad1992 ad1992 closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants