eclipse-zenoh / zenoh-backend-rocksdb

Backend and Storages for zenoh using RocksDB
Other
13 stars 12 forks source link

[Bug] Timestamp is always created with ID 1 #115

Closed Mallets closed 2 months ago

Mallets commented 4 months ago

Describe the bug

Timestamp is always created with ID 1 when timestamp is empty. I believe the ID of the local session should be used instead.

To reproduce

See https://github.com/eclipse-zenoh/zenoh-backend-rocksdb/blob/f964ccd318ac09c6789f2c317403e12bc5af7a45/src/lib.rs#L471

System info

NA

Charles-Schleich commented 2 months ago

Solved by https://github.com/eclipse-zenoh/zenoh-backend-rocksdb/pull/126