You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add random prefix to remove duplicate messages. (#850)
* fix: refine exception message handling to prevent duplicate messages in clients with poor network conditions.
Signed-off-by: Gordon <[email protected]>
* fix: primary key conflicts caused by empty messages occupying seq due to sequence gaps.
Signed-off-by: Gordon <[email protected]>
* fix: server downtime and abnormal message handling may lead to message duplication, and the history retrieval interface might miss messages when the timestamps are the same.
Signed-off-by: Gordon <[email protected]>
* fix: server downtime and abnormal message handling may lead to message duplication, and the history retrieval interface might miss messages when the timestamps are the same.
Signed-off-by: Gordon <[email protected]>
* fix: add random prefix to remove duplicate messages.
Signed-off-by: Gordon <[email protected]>
---------
Signed-off-by: Gordon <[email protected]>
0 commit comments