allow receiving and storing messages with the same timestamp #55
Merged
blue
merged 1 commits from shunf4/squawk:fix/handle_msg_same_tm
into messageFeed
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'shunf4/squawk:fix/handle_msg_same_tm'
Deleting a branch is permanent. It CANNOT be undone. Continue?
It's possible that some messages have the same timestamp (e.g. network is down when sending them; once network is up, they are sent simutaneously.).
We should allow storing them in the local archive, by specifying
MDB_DUPSORT
when creatingorder
db.This PR is based on #50. The changes for this PR is at the lastest commit.
b19dafef33
into messageFeed 1 year agob19dafef33
.