-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Labels
Graph: SequenceStatus: ApprovedIs ready to be worked onIs ready to be worked onType: EnhancementNew feature or requestNew feature or request
Description
Proposal
With a sequence diagram, it would be useful if we could use decimals for the sequence numbers. The reason for this is that I am working with some networking frameworks where servers and clients are out of sync with each other, and the client working on a variable tickrate, but the server has a constant tick rate. So everything is relative to the server, meaning that the client has "fractional" ticks. There is currently no good way to signify that with sequence diagrams.
Example
sequenceDiagram
autonumber 10
Server->>Client: Snapshot for tick 10
autonumber 10.3
Client->>Server: Command for tick 10.3
Screenshots
No response
Metadata
Metadata
Assignees
Labels
Graph: SequenceStatus: ApprovedIs ready to be worked onIs ready to be worked onType: EnhancementNew feature or requestNew feature or request