Skip to content

Commit e6ce255

Browse files
Add example to the note of StreamingUpdate
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent f8e05f2 commit e6ce255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osi_streamingupdate.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ package osi3;
2222
// obsolete_id indicates that it will no longer be updated from then on.
2323
//
2424
// \note The receiver of partial streaming update messages can only rely on the
25-
// most up-to-date information at the corresponding timestamp.
25+
// most up-to-date information at the corresponding timestamp. E.g. omitting
26+
// objects does not indicate static behaviour but it may be sufficient for the
27+
// use case to update certain objects at a later point in time.
2628
//
2729
message StreamingUpdate
2830
{

0 commit comments

Comments
 (0)