fix(core): update
This commit is contained in:
parent
54fca17142
commit
98be0f036c
@ -17,7 +17,10 @@ export class UniverseMessage implements interfaces.IUniverseMessage {
|
||||
* public and unique id
|
||||
* numeric ascending
|
||||
* adheres to time in milliseconds
|
||||
* avoids duplications though
|
||||
* -> meaning it describes the time of arrival
|
||||
* -> two messages received at the same time will count up the second one
|
||||
* -> avoids duplications of messages
|
||||
* -> may be changed to nanoseconds to ensure higher throughput
|
||||
*/
|
||||
public id: number;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user