-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve P2P connection and message sending
By using a custom FSM implementation instead of Connection based we have more control of how the connection is managed and the message transmitted Switch to full asynchronous message and managing timeout differently using gen_statem timeout and receive timeout.
- Loading branch information
Samuel
committed
May 20, 2022
1 parent
c2f9ded
commit 731484a
Showing
8 changed files
with
270 additions
and
149 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.