This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add integration testing for Rust connection node
Adds the following functionality for capability parity: - Skip sending messages if the message is expired - Properly handle legacy messages in a message stream - Set appropriate flags for a uaid not found in the db - Always return a timestamp when querying into timestamp messages - Send messages in the order they're retrieved from the db - Accept messages from endpoint while waiting for acks - Don't save TTL:0 messages in the db if the client fails to ack them - Allow TTL:None from endpoint and treat as TTL:0 - Closes #1060
- Loading branch information
Showing
9 changed files
with
1,084 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,9 @@ include/* | |
lib_pypy/* | ||
*.swp | ||
pypy/ | ||
src/ | ||
./src/ | ||
.tox/ | ||
.eggs/ | ||
autopush_rs/target | ||
autopush_rs/_native* | ||
*.rs.bk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.