blockdiag / seqdiag

Apache License 2.0
68 stars 14 forks source link

Nodes get repeted #28

Open hmchaitra opened 5 years ago

hmchaitra commented 5 years ago

{ A -> B -> C; B -> D; B -> D; }

If request and response are present between two node then it works fine in above from B to D there are two request sent no response from D to B At D node we will get extra line appended,how can we remove this line.