Skip to content

Bidirectional channel communication#3928

Closed
pwojcikdev wants to merge 5 commits intonanocurrency:developfrom
pwojcikdev:prs/bootstrap-server-2
Closed

Bidirectional channel communication#3928
pwojcikdev wants to merge 5 commits intonanocurrency:developfrom
pwojcikdev:prs/bootstrap-server-2

Conversation

@pwojcikdev
Copy link
Copy Markdown
Contributor

@pwojcikdev pwojcikdev commented Aug 30, 2022

Due to a peculiar design / bug, we currently open two connections (sockets) per one peer for realtime communication. One socket is used for sending messages and the second one is used for receiving. This complication is needless and it degrades communication in situations where one of the peers is behind NAT. This PR aims to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant