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 2021-10-16 15:39:06 +00:00
Contributor

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 creating order db.

This PR is based on #50. The changes for this PR is at the lastest commit.

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 creating `order` db. This PR is based on #50. The changes for this PR is at the lastest commit.
shunf4 added 17 commits 2021-10-06 16:45:26 +00:00
blue merged commit b19dafef33 into messageFeed 2021-10-16 15:39:06 +00:00
Sign in to join this conversation.
No description provided.