-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add MessageChannel for async protocol message receiving and sen…
…ding (#93) * Added MessageChannel for receiving messages from endpoints * Replace MessageQueue with MessageChannel * Made NodeClient for requesting node requests * No longer need to find me() * Cleanup encryption * Cleanup encryption again by files * Rename http_client to node_client * Rename to inbox and outbox * Added back queue size metric * Made triple directly use channel * Parallelize sending messages * Made presignatures/signatures use channel directly * clippy * fix reshare test
- Loading branch information
1 parent
5a628ea
commit 922bb12
Showing
20 changed files
with
959 additions
and
956 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
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.